Computer Science, asked by mumtazalam6786, 6 months ago

2. What are the manipulation operations that can be done on a table?​

Answers

Answered by mitu94829
3

mark me brainlist

Explanation:

Answer

SELECT - We can select one or more data from the table. ...

INSERT - We can insert one or more values into the table by using insert command. ...

DELETE - We can delete one or more data with the specify condition from the table. ...

UPDATE - We can update the data table values by using update command.

hope it helps

Similar questions