
G11: Databases

Quiz
•
Computers
•
11th Grade
•
Medium
Andrew Feather
Used 17+ times
FREE Resource
50 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
// Creates a table with a primary key
CREATE TABLE Band (
BandName varChar(25) NOT NULL, // Primary Key
NumberOfMembers integer,
_______ KEY (BandName)
);
2.
FILL IN THE BLANK QUESTION
1 min • 1 pt
// How to delete or drop a table
____ table Band;
3.
FILL IN THE BLANK QUESTION
1 min • 1 pt
// Create table with PK All varchars
CREATE TABLE Venue(
VenueName _______(25),
VenueAddress1 varchar(25),
VenueAddress2 varchar(25),
PRIMARY Key (VenueName),
);
4.
FILL IN THE BLANK QUESTION
1 min • 1 pt
//Creates a table with constraint on venue INC Date as datatype
CREATE TABLE Booking(
BookingID varchar(8),
Date Date,
VenueName varchar(25)
FOREIGN KEY(VenueName) __________ Venue(VenueName),
PRIMARY Key (BookingID),
);
5.
FILL IN THE BLANK QUESTION
1 min • 1 pt
_____ is a collection of data which is ordered and unchangeable. Allows duplicate members.
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
// INSERTING Values into a table
______ INTO Band (BandName,NumberOfMembers)
VALUES ('fffbfbbf','6');
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
INSERT ____ Booking VALUES ('12345678', '1980/02/26', 'theVenue');
Create a free account and access millions of resources
Similar Resources on Wayground
45 questions
9618 AS Comp Sci Full Revision Set 1

Quiz
•
9th - 12th Grade
50 questions
Databricks Certified Data Engineer Quiz part 2

Quiz
•
1st Grade - University
51 questions
The Internet and It's Uses - Computer Science CIE IGCSE

Quiz
•
11th Grade
45 questions
MS Excel Test #1

Quiz
•
9th - 12th Grade
50 questions
Databases

Quiz
•
KG - 12th Grade
52 questions
AS-T8-Databases

Quiz
•
11th Grade
51 questions
S4 Access Database Concepts Quiz

Quiz
•
11th Grade
50 questions
การจัดการฐานข้อมูลขนาดใหญ่

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
12 questions
Unit Zero lesson 2 cafeteria

Lesson
•
9th - 12th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
20 questions
Lab Safety and Equipment

Quiz
•
8th Grade
13 questions
25-26 Behavior Expectations Matrix

Quiz
•
9th - 12th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade