What do the letters in CRUD stand for?
SQL and databases

Quiz
•
Computers
•
KG - 12th Grade
•
Medium
Ann Boyles
Used 135+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Create Read Update Delete
Craft Run Upload Database
Create Run Unrun Data
Crunch Read Uptime Downtime
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which statement is used to extract data from a database?
EXTRACT
GET
OPEN
SELECT
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
To remove a record from a table, which SQL statement would you use?
REMOVE
DELETE
CANCEL
ERADICATE
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What's one solid reason for us to use databases instead of just storing stuff in a variable on the server?
If the server goes down, we won't lose all our data--our data will persist between sessions
A database is a more compact way of storing the information
Accessing information from a database is faster than accessing information from a variable
It's a toss-up, really--they're both good ways of storing information
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Using which word allows you to specify that MORE THAN ONE condition must be met in a query?
OR
WHERE
AND
SELECT
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
I want to create a table in my table named "actors" with two columns: "name" and "age." What statement will do this?
CREATE TABLE actors (name TEXT, age INTEGER);
CREATE actors WITH COLUMNS (name, age);
CREATE DATABASE actors WITH COLUMNS (name TEXT, age INTEGER);
CREATE actors (name, age): TABLE, TEXT, INTEGER;
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
I want to add the actor "Brad Pitt" (aged 56) to my table "actors." Which statement will do this?
INSERT INTO actors VALUES ("Brad Pitt", 56);
INSERT "Brad Pitt" AND 56 INTO actors;
UPDATE age = 56 WHERE name = "Brad Pitt";
CREATE ENTRY ("Brad Pitt", 56) IN TABLE actors;
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
SQL

Quiz
•
9th - 11th Grade
13 questions
Test 1 Study Tips

Quiz
•
University
15 questions
SQL and Database Quiz

Quiz
•
University
10 questions
CP1222-WEEK 1-2 QUIZ

Quiz
•
12th Grade
15 questions
JS SQL Reviewer

Quiz
•
10th Grade
10 questions
Injection Part 2

Quiz
•
University
12 questions
G10 Structured Query Language

Quiz
•
10th Grade
10 questions
Database Fundamentals

Quiz
•
KG - University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade