
12B Exit Slip 1
Authored by Dina Sharawy
Information Technology (IT)
12th Grade

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does an ERD (Entity-Relationship Diagram) represent?
Database queries
Relationships between entities in a database
Table formatting in SQL
The physical structure of a database
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which SQL statement is used to create a new table in SQLite?
CREATE TABLE
NEW TABLE
ADD TABLE
MAKE TABLE
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In an ERD, what symbol represents a many-to-many relationship?
1:1
1:M
M:N
None of the above
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which data type is NOT valid in SQLite?
INTEGER
VARCHAR(255)
BOOLEAN
DATE
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the PRIMARY KEY constraint do in SQLite?
Ensures unique values in a column
Prevents NULL values
Links two tables together
Limits the size of the column
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct syntax to insert a new record into a table called students with columns (id, name, age)?
INSERT students VALUES (1, 'Alice', 20);
INSERT INTO students (id, name, age) VALUES (1, 'Alice', 20);
ADD INTO students VALUES (1, 'Alice', 20);
INSERT DATA INTO students (id, name, age) VALUES (1, 'Alice', 20);
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which SQL command ensures that a column cannot contain duplicate values?
NOT NULL
UNIQUE
CHECK
INDEX
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?