SQL Server Course for Beginners with 100+ examples - MAX() Function
Interactive Video
•
Information Technology (IT), Architecture
•
University
•
Hard
Wayground Content
FREE Resource
Read more
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the LIKE operator in SQL?
To join two tables
To sort data in ascending order
To match patterns in text
To perform arithmetic operations
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which symbol is used with the LIKE operator to match zero or more characters?
Hash (#)
Underscore (_)
Percentage (%)
Asterisk (*)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How would you select employee names starting with 'T' using the LIKE operator?
SELECT * FROM employee WHERE name LIKE 'T_'
SELECT * FROM employee WHERE name LIKE '_T'
SELECT * FROM employee WHERE name LIKE '%T'
SELECT * FROM employee WHERE name LIKE 'T%'
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What would be the result of using the query: SELECT * FROM employee WHERE city LIKE 'A%'?
Cities ending with 'A'
Cities containing 'A'
Cities starting with 'A'
Cities with 'A' in the second position
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which employee names will be selected with the query: SELECT * FROM employee WHERE name LIKE '%I'?
Names starting with 'I'
Names ending with 'I'
Names with 'I' in the second position
Names containing 'I'
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you select employee names with 'E' as the second character?
SELECT * FROM employee WHERE name LIKE 'E%'
SELECT * FROM employee WHERE name LIKE '_E%'
SELECT * FROM employee WHERE name LIKE '%E_'
SELECT * FROM employee WHERE name LIKE 'E_'
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the NOT LIKE operator do in SQL?
Sorts records in descending order
Excludes records matching a pattern
Includes records matching a pattern
Joins records from two tables
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
Discover more resources for Information Technology (IT)
11 questions
NFL Football logos
Quiz
•
KG - Professional Dev...
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)
Quiz
•
8th Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms
Quiz
•
11th Grade - University
38 questions
Unit 6 Key Terms
Quiz
•
11th Grade - University
20 questions
La Hora
Quiz
•
9th Grade - University
7 questions
Cell Transport
Interactive video
•
11th Grade - University
7 questions
What Is Narrative Writing?
Interactive video
•
4th Grade - University