Advertisements
Advertisements
प्रश्न
What is the difference between SQL and MySQL?
उत्तर
SQL-Structured Query Language is a language used for accessing databases while MySQL is a database management system, like SQL Server, Oracle, Informix, Postgres, etc. MySQL is an RDBMS.
APPEARS IN
संबंधित प्रश्न
Communication is established with MySQL using ______.
Which is the MySQL instance responsible for data processing?
List any two DDL commands with its Syntax.
List any two DML commands with its Syntax.
Which command is used to make permanent changes done by a transaction?
What is view in SQL?
Which commands provide definitions for creating table structure, deleting relations, and modifying relation schemas.
Which command lets to change the structure of the table?
Queries can be generated using ______
Explain the DDL command of their functions in SQL.