Professional Business
Terms : Relations
| Domains
| Tuples
Developer
& Technical
Terms : Tables
| Field
or Attributes
or Columns
| Records
or Rows
- Microsoft SQL Server
- Azure SQL Server
- Oracle
- PostgreSQL
- IBM Db2
- MySQL
- SQLite
- Microsoft Access
- Teradata (Cloud Based)
- Snowflake (Cloud Based)
- Create and modify the structure of the data.
- Define tables and column names (fields)
- Create relationship between keys that connects tables.
- Manipulate data records (rows) and perform CRUD.
Create
new data records.Read
existing data.Update
data values.Delete
records.- Perform scheduled backups.
- Maintain redundant copies of database.
- Control and monitor user access and permissions.
- Some RDBMS creates visual reports that incorporate graphs and charts.
- Create data entry forms.
- Some RDBMS provide UI to interact with tables and connections by just click and drag.
- Some RDBMS provide UI to create the database objects as well as automatically creates SQL code in background.
- Provide a query environment were we can write SQL queries to communicate with database.