By RSK
By RSK
INTRODUCTION TO SQL
SQL, which stands for Structured Query Language, is a programming language that is used to
communicate and manipulate with databases.
SQL was named as the structured English Query Language(SEQUEL) the named Later was
shorted to structure query language.
SQL uses a set of commands to manipulate the data in databases.
Examples:-
INSERT - which is used to add data in database tables .
SELECT - command to retrieve data from database tables .
UPDATE - to modify existing database records.
Students _table