What Is SQL ?
SQL Stand For Structured Query Language, it is used in Relational Database Management System.
SQL which is a computer Programming Language for storing, manipulating and retrieving data stored in a relational database.
OR
SQL is standard language for DBMS, All Relational Database Management System (RDMS)such as MySQL, MS Access, Oracle, Sybase, Postgre and SQL.
Mainly software used for SQL Server includes Microsoft Access, MySQL and Oracle.
Advantage of MySQL
- We can manage large data amount in database.
- Users can create and drop databases and tables.
- Allows SQL users to access data in a relational database management system.
0 Comments