Which of the following syntax is correct for the insert?
- A. INSERT tblcustomer VALUES(101, ‘sok’)
- B. INSERT INTO tblcustomer VALUES(101, ‘sok’)
- C. INSERT INTO TABLE tblcustomer VALUES(101, ‘sok’)
- D. None correct
Answer: Option B
Which of the following syntax is correct for the insert?
Answer: Option B