
Database

Quiz
•
Computers
•
9th - 12th Grade
•
Easy
AKA ThaScientist
Used 4+ times
FREE Resource
64 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
SQL Categories:The Data Manipulation Language (DML) is NOT all about the rows in the table
True
False
...
...
2.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Create Table:Which of the following are typically found on a separate line (or separated by a comma) when creating the table
Note: Multiple answers may apply
The 3-part column definition
A table constraint for the Primary Key
A column "constraint" like Identity or Default
A table constraint for the Foreign Key
3.
OPEN ENDED QUESTION
3 mins • 1 pt
Drop vs. Truncate:
When used on a table, what's the difference between the Drop and Truncate statements
Evaluate responses using AI:
OFF
Answer explanation
Truncate removes data but keeps structure. Drop removes data and selected structure.
4.
OPEN ENDED QUESTION
3 mins • 1 pt
Create Table:
Create an SQL statement that will create the table from this following relational notation
Note: Include the 3-part column notation and PK
Inventory (PartNumber, Description)
Evaluate responses using AI:
OFF
Answer explanation
create table Inventory (
PartNumber int not null,
Description nvarchar(50) not null,
Constraint InventoryPK Primary Key(PartNumber),
)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identity:
The "Identity" keyword is used to designate that this column is a Primary Key
True
False
k
k
6.
OPEN ENDED QUESTION
3 mins • 1 pt
Constraint Actions:
Consider an scenario where the FK constraint is using the "No Action" option. Describe what happens if you attempt to insert data into a child table without having a matching column in the parent
Evaluate responses using AI:
OFF
Answer explanation
Error message, this is not allowed as there is nothing to refer to. Fail.
7.
OPEN ENDED QUESTION
3 mins • 1 pt
Cascade:
Consider a typical 1:M relationship with a foreign key constraint that has "on delete cascade". Describe what happens if you delete a row on the "1" side that has matching rows on the "M" side
Evaluate responses using AI:
OFF
Answer explanation
Line the parent up and all the kids.
Fire Away!!! LOL
Create a free account and access millions of resources
Similar Resources on Wayground
67 questions
WIN-ADMINISTRASI SISTEM JARINGAN 67 SOAL

Quiz
•
12th Grade
65 questions
The Last AWS Pretest

Quiz
•
9th - 12th Grade
65 questions
Đề Cương Giữa Kỳ II

Quiz
•
11th Grade
60 questions
Software Development and Data Concepts Worksheet

Quiz
•
9th Grade
60 questions
Syed: Chapter 4.1: Software

Quiz
•
9th - 12th Grade
65 questions
Computer Studies

Quiz
•
9th Grade
67 questions
Y12 IPT 9.4.1.2 Quiz

Quiz
•
12th Grade
68 questions
tin hk2

Quiz
•
11th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
CTEA Computer Vocab Terms #1

Quiz
•
12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade