Home »
MCQs »
MySQL MCQs
If you want to add a row in a table then which command you will use?
48. If you want to add a row in a table then which command you will use?
- INSERT INTO
- ADD
- ALTER
- CREATE
Answer: A) INSERT INTO
Explanation:
INSERT INTO command helps us to add a row in a table.