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

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:

  • SELECT is used to choose columns from a table.
  • FROM is used to specify the table from which data is retrieved.
  • WHERE is used to filter rows based on conditions in a query.
  • TO is not a standard SQL command for adding conditions in a basic query.

Answer:

C. WHERE