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
Excel Basics

Quiz
•
Professional Development
20 questions
SQL MASTERCLASS

Quiz
•
Professional Development
13 questions
Windows Functions

Quiz
•
Professional Development
20 questions
Enhancing Customer Interactions - GREAT QUIZ

Quiz
•
Professional Development
16 questions
QuickBooks 101 Assessment

Quiz
•
Professional Development
20 questions
SQL FINAL ASSESSMENT

Quiz
•
Professional Development
15 questions
PowerBI

Quiz
•
Professional Development
20 questions
Hampshire UK: Do you know it?

Quiz
•
8th Grade - Professio...
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade