From the "Records" table list all the students from Delhi and Mumbai.

Genpact SQL WA2

Quiz
•
Professional Development
•
Professional Development
•
Hard

Ivy Professional School
FREE Resource
17 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Select Student
From Records
Where city= "Delhi" OR city= "Mumbai"
Select Student
From Records
Where city= "Delhi" And city= "Mumbai"
Select Student
From Records
Where city= "Delhi" OR "Mumbai"
Select Student
From Records
Where city= "Delhi" and "Mumbai"
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does UNIQUE keyword do?
Returns only those values which appeared only once in the column
Returns list of values without repetition
Removes Duplicates
UNIQUE keyword allows duplicate values in a column
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Select all records from the Customers table, sort the result alphabetically, first by the column Country, then, by the column City.
SELECT * FROM Customers ORDER BY City, Country;
SELECT * FROM Customers Sort BY Country, City;
Select * From Customers
Order By Country, City;
SELECT * FROM Customers Order BY Country, City desc;
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Find the names from the "employee" table that has ET in the second and third positions.
SELECT * FROM EMPLOYEE WHERE NAME LIKE '_ET_';
SELECT * FROM EMPLOYEE WHERE NAME LIKE '%ET%;
SELECT * FROM EMPLOYEE WHERE NAME LIKE 'ET';
SELECT * FROM EMPLOYEE WHERE NAME LIKE '_ET%';
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Select all records where the first letter of the City is an "a" or a "c" or an "s".
SELECT * FROM CUSTOMERS WHERE CITY NOT LIKE '[acs]%';
SELECT * FROM CUSTOMERS WHERE CITY LIKE '[acs]%';
SELECT * FROM CUSTOMERS WHERE CITY LIKE '%[acs]%';
SELECT * FROM CUSTOMERS WHERE CITY LIKE '[a,c,s]%';
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is used to apply filters on Result of GROUP BY based on specific conditions.
HAVING
WHERE
FILTER
LIMIT
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The following SQL statement selects all products with a price between 10 and 20. In addition; do not show products with a CategoryID of 1,2, or 3
SELECT * FROM Products WHERE Price BETWEEN 10 AND 20 AND CategoryID NOT IN (1,2,3)
SELECT * FROM Products WHERE Price BETWEEN 10 AND 20 AND CategoryID IN (1,2,3)
SELECT * FROM Products WHERE Price IN (10,20) AND CategoryID NOT IN (1,2,3)
SELECT * FROM Products WHERE Price BETWEEN 10 AND 20 AND CategoryID NOT BETWEEN (1,2,3)
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
Enhancing Customer Interactions - GREAT QUIZ

Quiz
•
Professional Development
12 questions
Great Choice Realtor Quiz

Quiz
•
Professional Development
12 questions
CyberSecurity

Quiz
•
Professional Development
13 questions
Call Flow

Quiz
•
Professional Development
15 questions
Christmas Trivia

Quiz
•
Professional Development
14 questions
CRM Usage

Quiz
•
Professional Development
15 questions
SQL Quiz

Quiz
•
Professional Development
20 questions
Word 2019 - Formatting

Quiz
•
Professional Development
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade