SQL and databases

Quiz
•
Computers
•
KG - 12th Grade
•
Medium
Ann Boyles
Used 137+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What do the letters in CRUD stand for?
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 Wayground
9 questions
RO93 - Job Roles P3

Quiz
•
6th Grade
14 questions
AQA GCSE Databases and SQL

Quiz
•
9th - 12th Grade
10 questions
Examen 1 Fundamentos SQL

Quiz
•
1st Grade
15 questions
SQL Bronze Quiz

Quiz
•
8th - 10th Grade
10 questions
R081 - Scripts

Quiz
•
10th Grade
15 questions
Y10 BTEC DIT Knowledge Checkpoint 1

Quiz
•
4th Grade
10 questions
COMPUTER STUDIES

Quiz
•
9th Grade
13 questions
Scratch

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

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th 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
typing

Quiz
•
6th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
20 questions
Input, Output, Processing or Storage

Quiz
•
5th - 6th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade