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> (Solved)
1. i-only
2. ii-only
3. Both of them
4. None of them
- c. Both of them