ExamGecko
Question list
Search
Search

Question 56 - DS0-001 discussion

Report
Export

A company needs information about the performance of users in the sales department. Which of the following commands should a database administrator use for this task?

A.
DROP
Answers
A.
DROP
B.
InPDATE
Answers
B.
InPDATE
C.
[delete
Answers
C.
[delete
D.
ISELECT
Answers
D.
ISELECT
Suggested answer: D

Explanation:

The command that the database administrator should use for this task is SELECT. The SELECT command is a SQL statement that retrieves data from one or more tables or views in a database. The SELECT command can also use various clauses or options to filter, group, sort, or aggregate data according to specific criteria or conditions. By using the SELECT command, the database administrator can obtain information about the performance of users in the sales department, such as their sales volume, revenue, commission, etc. The other options are either not related or not suitable for this task. For example, DROP is a SQL command that deletes an existing table or object from a database; UPDATE is a SQL command that modifies existing data in one or more rows of a table; DELETE is a SQL command that removes existing data from one or more rows of a table.Reference:CompTIA DataSys+ Course Outline, Domain 1.0 Database Fundamentals, Objective 1.2 Given a scenario, execute database tasks using scripting and programming languages.

asked 02/10/2024
B schatens
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first