Which answer is NOT a type of table index?

SQL MCQ

Quiz
•
Computers
•
Professional Development
•
Hard
CDAC Silchar
FREE Resource
51 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
nonclustered
unique
heap
hash
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
The keywords AND, IN, LIKE, and between all belong to a category called what?
joining operations
linking operations
criteria operations
logical operations
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the result of this series of statements?
BEGIN TRY
SELECT 'Foo' ASResult;
END TRY
BEGIN CATCH
SELECT 'Bar' ASResult;
END CATCH
Foo
FooBar
Foo Bar
Bar
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Given these two tables, which query generates a listing showing student names
and the department office location where you could reach each student?
SELECT Students.first_name, Students.last_name, Departments.office_location FROM Students, Departments;
SELECT Students.first_name, Students.last_name, Departments.office_location
FROM Students JOIN Departments ON Students.department = Departments.department;
SELECT Students.first_name, Students.last_name, Departments.office_location
FROM Students JOIN Departments;
SELECT Students.first_name, Students.last_name, Departments.office_location
FROM Students ON Students.department = Departments.department;
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Given the Games table pictured, which query generates the results shown?
SELECTGameType, MaxPlayers, count(*) ASNumberOfGames
FROMGames
GROUP BYMaxPlayers, GameType
ORDER BYMaxPlayers, GameType;
SELECTGameType, MaxPlayers, count(*) ASNumberOfGames
FROMGames
GROUP BYGameType, MaxPlayers
ORDER BYGameType;
SELECTGameType, count(Players) ASMaxPlayers, NumberOfGames
FROMGames
GROUP BYGameType, MaxPlayers
ORDER BYGameType;
SELECTGameType, MaxPlayers, count(*) ASNumberOfGames
FROMGames
GROUP BYGameType
ORDER BYMaxPlayers;
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which answer is a possible result of the sequence of commands below?
DECLARE@UniqueID uniqueidentifier = NEWID();
SELECT@UniqueID ASResult;
1
bb261196-66a5-43af-815d-123fc593cf3a
z350mpj1-62lx-40ww-9ho0-4u1875rt2mx4
0x2400001155F04846674AD4590F832C0
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
You need to find all students that are not on the "Chemistry Cats" team. Which
query does NOT work for this task?
WHERE team NOT 'Chemistry Cats';
WHERE team <> 'Chemistry Cats';
WHERE team != 'Chemistry Cats';
WHERE NOT team = 'Chemistry Cats';
Create a free account and access millions of resources
Similar Resources on Quizizz
50 questions
gcp-cloud-engineer-espanol

Quiz
•
Professional Development
50 questions
selenium mock test - 02/05/19 - 12:21

Quiz
•
University - Professi...
54 questions
Randy's Networking Quiz 1

Quiz
•
Professional Development
50 questions
MTA 98-364 RESUME

Quiz
•
University - Professi...
56 questions
Salesforce PD2 - Review 1

Quiz
•
Professional Development
56 questions
ITF+ Practice Exam #1

Quiz
•
Professional Development
50 questions
selenium mock test - 2/5/19 - 17:40

Quiz
•
University - Professi...
50 questions
selenium mock test - 7/5/19 - 09:45

Quiz
•
Professional Development
Popular Resources on Quizizz
10 questions
Chains by Laurie Halse Anderson Chapters 1-3 Quiz

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
15 questions
Character Analysis

Quiz
•
4th Grade
12 questions
Multiplying Fractions

Quiz
•
6th Grade
30 questions
Biology Regents Review #1

Quiz
•
9th Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
50 questions
Biology Regents Review: Structure & Function

Quiz
•
9th - 12th Grade