SQL Commands – Part 1
SQL Commands PART – 1 Structured Query Language or SQL is a language that is used to manage and manipulate relational databases. SQL allows users to interact with databases by querying, updating and managing data. We can primarily divide SQL commands into three types: DDL, DML and DQL. This blog is the first part of …