DBMS Languages
Every DBMS must provide a means of performing the three basic functions:
1.Creating the database
2.Changing the database
3.Querying the database
The sets of commands used to perform these functions are referred to as the data definition,data manipulation,and data query languages.