Notes of Class Xii, Information Technology Sql Syntax Commands - Study Material
Page 1 :
SQL Syntax, , e SELECT — selects data from the database., , e DELETE — removes data from the database., , e UPDATE - overwrites data in the database., , e CREATE DATABASE - creates a new database., , e INSERT INTO — uploads new data into the database., , e CREATE TABLE - creates a new table.