SQL stands for Structured Query Language. It is used to retrieve and manipulate data in database. SQL can enter data into database
SQL can update data in database
SQL can remove data from database
SQL can add tables in database
remove or add fields in a table
retrieve data using specific criteria in database etc
Categories