Database - Define SQL

Define SQL.

SQL stands for Structured Query Language. It allows access, insert/update/delete records and retrieve data from the database.

Structured Query Language, SQL

- Structured Query Language is a relational database language, designed for managing data. The scope of SQL includes data query, including data, deleting and modifying data and controlling the access to the data.

- A specialized language for sending queries to database. Every specific application will have its own version of implementing SQL features, but all SQL-capable database managers support a common subset of SQL.
Database - What is RDBMS? Explain its features
RDBMS is a database management system based on relational model defined by E.F.Codd. Data is stored in the form of rows and columns......
Database - What is an Entity-Relationship diagram?
ER diagram is a conceptual and abstract representation of data and entities. ER is a data modeling process......
Database - Define referential integrity
Referential integrity is a RDBMS concept and ensures the relationships among tables remain consistent.....
Post your comment