Question

Query Builder helps us delete an existing record in a table, by placing a skeleton of which of the following SQL statements?
a) Insert Into table () Values ()
b) Update table Set fields Where ()
c) Remove From table Where ()
d) Delete From table Where ()

Answer

This answer is hidden. It contains 1 characters.