SQL Part 1
SQL Part 1
SQL
stands for Structured Query Language. SQL was developed by IBM Computer Scientists in
the 1970s. By executing queries SQL can create, update, delete, and retrieve data in
databases like MySQL, Oracle, PostgreSQL, etc. Overall SQL is a query language that
communicates with databases.
What is a Database?
Data is the new fuel of this world but only data is unorganized information, so to organize that
data we make a database. A database is the organized collection of structured data which is
usually controlled by a database management system (DBMS). Databases help us with easily
storing, accessing, and manipulating data held on a computer.
ROLL_NO NAME
1 RAM
2 RAMESH
3 SUJIT
4 SURESH
ROLL_NO NAME
3 SUJIT
4 SURESH
ADDRESS
DELHI
GURGAON
ROHTAK