Question

Query Builder helps us insert a new record into 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) Edit table Into () Insert ()
d) Delete From table Where ()

Answer

This answer is hidden. It contains 1 characters.