What is SQL? Understanding SQL Basics, DDL, DML, DCL, Tables, Rows & Columns
What is SQL?
SQL stands for Structured Query Language.
It is the standard language used to communicate with relational databases.
Using SQL, we can:
Create databases
Create tables
Insert records
R
pravinm.hashnode.dev2 min read