Computer Science, asked by RameeraAkhtar, 9 hours ago

what operations can we perform on the column in a table ? ​

Answers

Answered by duttaswastika1999
1

Answer:

By using table operations, you can execute simple INSERT, UPDATE, SELECT, and DELETE statements qualified by a WHERE clause on the target table or view. These operations are also called data manipulation language (DML) operations. Performs an Insert operation on the target table or view.

Similar questions