which option from the context menu as used to delete the particular record from a Table
a) delete row
b) delete record
c) delete
Answers
Answered by
4
Answer: TRUNCATE SQL query removes all rows from a table, without ... We can use where clause with DELETE to filter & delete specific records.
Explanation:
Answered by
5
Correct answer is option ( c )
Similar questions