Answers

Question and Answer:

  Home  MariaDB

⟩ Tell us how to insert records in a table in MariaDB database?

INSERT INTO statement is used to insert records in a table in MariaDB database.

Syntax:

INSERT INTO tablename (field,field2,...) VALUES (value, value2,...);

 133 views

More Questions for you: