SQL Commands in CMD
SQL Commands in CMD
In this document, you'll find common SQL commands and examples for executing them in a
command-line
interface (CMD). Each command is provided with syntax and example usage, which is applicable to
most
Database Commands
Create a Database
Select a Database
Delete a Database
Table Commands
Create a Table
Show Tables
Describe Table
Drop a Table
Select Data
Update Data
Delete Data