What is SQL?
SQL stands for Structured Query Language.You access and manipulate databases.
RDBMS
RDBMS ( Relational Database Management System) is the basis for SQL, and for all modern database systems such as MS SQL Server, MySQL etc.
The data in RDBMS is stored in database objects called tables. A table is a collection of related data entries and it consists of columns and rows.
SQL Important Commands
© copyright 2017-2022 Completedone pvt ltd.