Introduction to SQL
What is SQL?
Structured Query language
helps to make practice on SQL commands which provides immediate result.
SQL is a language of database, it includes database creation, deletion, fetching rows and modifying rows etc.
SQL COMMANDS
SQL Commands to interact with relational database are
CREATE, UPDATE, DELETE, INSERT, SELECT and DROP.