Computer Science, asked by sakshiingale409, 1 month ago

which commands are use for manipulating data in database​

Answers

Answered by Anonymous
1

Answer:

Select.

Insert

Update

delete

Merge.

Answered by ananya1341
2

Select :- select statement retrieves the data from database according to the constraints specifies alongside. ...

Insert :- Insert statement is used to insert data into database tables. ...

Update :- The update command updates existing data within a table. ...

delete.

Merge.

Similar questions