SQL Command List

 


SQL COMMAND LIST

SQL, ‘Structured Query Language’, is a programming language designed to manage data stored in relational databases. SQL operates through simple, declarative statements. This keeps data accurate and secure and helps maintain the integrity of databases, regardless of size.

ALTER TABLE
ALTER TABLE table_name ADD column datatype;
ALTER TABLE lets you add columns to a table in a database.

Post a Comment

أحدث أقدم