DEFINE SQL
SQL
SQL stands for Structured Query Language. Mainly used for accessing and manipulating relational databases. Basically it is used for interacting and organizing databases easily. It has basic commands that executes certain functions such as SELECT, DELETE, INSERT INTO, and etc. The command names describes its function already which makes it easy to identify and apply in the database.
Comments
Post a Comment