SSwatipbintechnicalblogss.hashnode.dev·Aug 5, 2024 · 2 min readSQL CommandsData Definition Language (DDL): It changes the structure of the table by creating, deleting, or altering the table. DDL commands are auto-committed, meaning they save all changes in the database. Create: This command is used to create a new table in...00
SSwatipbintechnicalblogss.hashnode.dev·Aug 3, 2024 · 2 min readGetting Started with SQLWhat is SQL? SQL Stands for Structured Query Language. It is used to interact with the database i.e. storing, Manipulating and retrieving the data. It is also called as SQUEAL i.e. Structured English Query language. What is Database? It is large coll...01S