Computer Science, asked by kumkumkabre518, 1 month ago

explain the following SQL command with syntax and explain​

Answers

Answered by udayvenkat2004
2

Answer:

SQL Syntax Cheet Sheet

CREATE DATABASE – creates a new database. INSERT INTO – uploads new data into the database. CREATE TABLE – creates a new table. ALTER DATABASE – changes the attributes, files or filegroups of the database.

SQL stands for Structured Query Language. SQL lets you access and manipulate databases. SQL became a standard of the American National Standards Institute (ANSI) in 1986, and of the International Organization for Standardization (ISO) in 1987.

Explanation:

Similar questions