Computer Science, asked by bhavikachaudhry156, 1 month ago

Add a new record with the following data:
(P006,’TV’,”SONY”,35000,220,’15-Jan-2019’,5​

Answers

Answered by Tuhin124
1

Answer:

Syntax

Explanation:

INSERT INTO <table name> VALUES(P006,’TV’,”SONY”,35000,220,’15-Jan-2019’,5);

Similar questions