Computer Science, asked by sahpreety58, 11 months ago

write five SQL command​

Answers

Answered by ypushpa
2

Answer:

1) SELECT * FROM students;

2) update

3) insert

4) create

5) alter

6) drop

Answered by TheDreamCatcher
17

Answer:

SQL commands are instructions, coded into SQL statements, which are used to communicate with the database to perform specific tasks, work, functions and queries with data. ... These Data Manipulation Language commands are: SELECT, INSERT, UPDATE, and DELETE.

  • CREATE TABLE.
  • INSERT VALUES.
  • UPDATE.
  • DELETE.
  • DROP.
Similar questions