1.

Give the syntax for inserting record?

Answer»

The Syntax for inserting record is INSERT INTO table name (Parameterl,Parameter2, Parameter3..) VALUES (Value!, Value2, Value3..).



Discussion

No Comment Found