which commands are use for manipulating data in database
Answers
Answered by
1
Answer:
Select.
Insert
Update
delete
Merge.
Answered by
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