Which of the following words is used to restrict the records that are returned from a SELECT SQL query based on a supplied criteria for the values in the records?
The word used to restrict the records that are returned from a SELECT SQL query based on a supplied criteria for the values in the records is "WHERE". The WHERE clause is used to filter the records based on specific conditions. For example, you can use the WHERE clause to return only the records where the value of a certain column is greater than a certain number or where the values of two columns match.
In a SELECT query, the basic syntax for using the WHERE clause is as follows:
SELECT column1, column2, ...
FROM table_name
WHERE condition;
upvoted 1 times
...
This section is not available anymore. Please use the main Exam Page.LX0-104 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
linux_admin
2 years, 2 months ago