Eshita Sharmaeshita.hashnode.dev·Oct 8, 2024Understanding DDL and DML Statements in SQLIn database management, SQL (Structured Query Language) is an essential tool that allows users to interact with databases. SQL is divided into several sub-languages, two of the most critical being Data Definition Language (DDL) and Data Manipulation ...3 likes·45 readsDatabases
Mark williamstechcapital.hashnode.dev·Jan 9, 2024Understanding SQL Commands: A Comprehensive Guide to DDL, DML, DCL, TCL, and DQLStructured Query Language (SQL) is the backbone of database management systems, providing a standardized way to interact with and manipulate databases. In the world of SQL, there are several categories of commands, each serving a unique purpose. In t...commands in sql
Negarkhajeddin.hashnode.dev·Jun 11, 2023SQL (Structured Query Language) Basic CommandsIn order to use SQL-based databases, one needs to become familiar with SQL clauses, keywords and queries. In this post we are going through some of the most basic SQL clauses and keywords using simple examples. SQL Comments: You can write comments in...SQL