Sql - Basic To Advance Part-1
What is SQL?
SQL (Structured Query Language) is a programming language used to interact with database
SQL Commands
There are mainly 3 types of SQL commands:
• DDL (Data Definition Language): create, alter, and drop
• DML (Data Manipulation Language):...
ketangrover.hashnode.dev4 min read