SQL and databases

SQL and databases

KG - 12th Grade

10 Qs

quiz-placeholder

Similar activities

WORD EXPERT VII

WORD EXPERT VII

KG

10 Qs

Google Forms and Sheets

Google Forms and Sheets

1st - 5th Grade

10 Qs

Roblox Тест 1

Roblox Тест 1

5th Grade

13 Qs

Year 5 and 6 Digital Technology Assessment

Year 5 and 6 Digital Technology Assessment

6th - 8th Grade

13 Qs

KD 3.1_Aplikasi Pengolah Angka / Spreadsheet

KD 3.1_Aplikasi Pengolah Angka / Spreadsheet

10th Grade

15 Qs

ULANGAN HARIAN Semester 2

ULANGAN HARIAN Semester 2

10th Grade

12 Qs

Maze game

Maze game

5th - 7th Grade

11 Qs

TIK (3)

TIK (3)

3rd Grade

10 Qs

SQL and databases

SQL and databases

Assessment

Quiz

Computers

KG - 12th Grade

Practice Problem

Medium

Created by

Ann Boyles

Used 140+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?