
SQL Server Course for Beginners with 100+ examples - WHERE Clause in SQL
Interactive Video
•
Information Technology (IT), Architecture
•
University
•
Practice Problem
•
Hard
Wayground Content
FREE Resource
Read more
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the WHERE clause in SQL?
To join two tables
To filter records based on a condition
To sort records in a table
To delete records from a table
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which SQL command is used to view all records in a table?
UPDATE table_name
DELETE FROM table_name
INSERT INTO table_name
SELECT * FROM table_name
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you display only the employee names with a salary of 8000?
SELECT * FROM employee WHERE salary = 8000
SELECT city FROM employee WHERE salary = 8000
SELECT EMP name FROM employee WHERE salary = 8000
SELECT salary FROM employee WHERE EMP name = 'Emma'
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What should be added to a string condition in SQL?
Quotes
Semicolons
Parentheses
Brackets
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which employees will be displayed with the condition 'salary >= 7000'?
Only those with a salary of 7000
Employees with a salary less than 7000
Employees with a salary greater than or equal to 7000
All employees
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?