SQL Notes
SQL Notes
What is SQL?
Structured Query Language, it helps to talk with databases. SQL is a programming language
used to interact with relational databases.
It is used to perform CRUD operations:
Create
Read
Update
Delete
What is table?
Combination of rows and columns. Columns tells us the general structure (in database
language it is called schema=database design , column will tell the design which means what
is stored in it and rows tells individual data).
SQL DATATYPES
DATATYPE DESCRIPTION EXAMPLE