Q.

Which of the syntax is correct for insert statement? i) insert into <table_name> values <list of values> ii) insert into <table_name> (column list) values <list of values>

A. i-only
B. ii-only
C. Both of them
D. None of them
Answer» C. Both of them
1.6k
0
Do you find this helpful?
1

Discussion

No comments yet