SQL Server Course for Beginners with 100+ examples - MAX() Function

Interactive Video
•
Information Technology (IT), Architecture
•
University
•
Hard
Quizizz 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
Similar Resources on Wayground
6 questions
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - How to Compare Tables with SAS SQL

Interactive video
•
University
6 questions
SQL Server Course for Beginners with 100+ examples - SELECT DISTINCT Statement in SQL

Interactive video
•
University
8 questions
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - WHERE Clause

Interactive video
•
University
3 questions
SQL Server Course for Beginners with 100+ examples - OR Operator

Interactive video
•
University
6 questions
SQL Server Course for Beginners with 100+ examples - COUNT() Function

Interactive video
•
University
8 questions
SQL Server Course for Beginners with 100+ examples - MAX() Function

Interactive video
•
University
6 questions
SQL Server Course for Beginners with 100+ examples - NOT NULL Constraint

Interactive video
•
University
6 questions
SQL Server Course for Beginners with 100+ examples - LIKE Operator

Interactive video
•
University
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade