News

SQL Features Used: Data Definition Language (DDL): Used for creating and managing database structures like tables, indexes, and views. Example: CREATE TABLE Customers (...); ALTER TABLE Transactions ...