SQL is a database computer language designed for the retrieval and management of data in relational database. SQL stands for Structured Query Language.
The standard SQL commands to interact with relational databases are CREATE, SELECT, INSERT, UPDATE, DELETE and DROP. These commands can be classified into groups based on their nature:
Command | Description |
---|---|
CREATE | Creates a new table, a view of a table, or other object in database |
ALTER | Modifies an existing database object, such as a table. |
DROP | Deletes an entire table, a view of a table or other object in the database. |
Command | Description |
---|---|
SELECT | Retrieves certain records from one or more tables |
INSERT | Creates a record |
UPDATE | Modifies records |
DELETE | Deletes records |
Command | Description |
---|---|
GRANT | Gives a privilege to user |
REVOKE | Takes back privileges granted from user |
A slug is a short name using human-readable keywords to identify a web page. For…
[crayon-67a3497ad72cd691872550/]
[crayon-67a3497ad8332126128290/]
[crayon-67a3497adbda5594360959/] [crayon-67a3497adbdb5130544315/]