Important  SQL Commands

Some of The   Most Important  SQL Commands

SELECT – extracts data from a database.

UPDATE – updates data in a database.

DELETE- deletes data from a database.

INSERT INTO – inserts new data into a database.

CREATE DATABASE – creates a new database.

ALTER DATABASE – modifies a database.

CREATE TABLE – creates a new table

Leave a Reply

Your email address will not be published. Required fields are marked *