select the correct answer.\nwhich command is used to add conditions to the basic query?\n○ a. select\n○ b…

select the correct answer.\nwhich command is used to add conditions to the basic query?\n○ a. select\n○ b. from\n○ c. where\n○ d. to
Answer
Brief Explanations:
SELECTis used to choose columns from a table.FROMis used to specify the table from which data is retrieved.WHEREis used to filter rows based on conditions in a query.TOis not a standard SQL command for adding conditions in a basic query.
Answer:
C. WHERE