ExamGecko
Question list
Search
Search

List of questions

Search

Question 93 - DA0-001 discussion

Report
Export

Daniel is using the structured Query language to work with data stored in relational database.

He would like to add several new rows to a database table.

What command should he use?

A.
SELECT.
Answers
A.
SELECT.
B.
ALTER.
Answers
B.
ALTER.
C.
INSERT.
Answers
C.
INSERT.
D.
UPDATE.
Answers
D.
UPDATE.
Suggested answer: C

Explanation:

INSERT

The INSERT command is used to add new records to a database table.

The SELECT command is used to retrieve information from a database. It's the most commonly used command in SQL because it is used to pose queries to the database and retrieve the data that you're interested in working with.

The UPDATE command is used to modify rows in the database.

The CREATE command is used to create a new table within your database or a new database on your server.

asked 02/10/2024
Dawit Abegaz
25 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first