Database2 DIT

Database2 DIT

6th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

BTEC unit 2 databases - key terms

BTEC unit 2 databases - key terms

12th Grade

15 Qs

Introduction to SQL (Grade 12)

Introduction to SQL (Grade 12)

11th - 12th Grade

15 Qs

Relational Data Model & SQL

Relational Data Model & SQL

11th Grade

20 Qs

Database Concepts

Database Concepts

11th Grade

15 Qs

SQL

SQL

8th Grade

15 Qs

CLASS XI - MYSQL QUIZ

CLASS XI - MYSQL QUIZ

11th - 12th Grade

20 Qs

Databases

Databases

10th Grade - University

15 Qs

Sql_1

Sql_1

9th Grade

17 Qs

Database2 DIT

Database2 DIT

Assessment

Quiz

Computers

6th - 12th Grade

Hard

Created by

Hildy Boscan

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Gina is a database user and her supervisor has asked her to generate a report from the structured database. Gina does not know how to write SQL commands and no forms have been created. Which of the following would be her BEST option to generate the report?

Query builder

Programmatic access

Direct access

User interface access

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A developer is working on an application that needs to be able to read, write, update, and delete database records. Which of the following database access methods should the developer use?

Query builder

Direct access

Programmatic access

User interface access

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the computer language that makes relational databases work?

Python

C++

SQL

Java

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to add, change, or remove fields on an existing table?

INSERT INTO

DROP TABLE

ALTER TABLE

CREATE TABLE

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Mary needs to view all records from the Clients table. Which command should she use?

SELECT ^ FROM Clients

WHERE * FROM Clients

WHERE ^ FROM Clients

SELECT * FROM Clients

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Mary needs to view the records from the Clients table that pertain to Travis. Which command should she use?

SELECT ^ FROM Clients WHERE name = Travis

UPDATE * FROM Clients WHERE name = Travis

SELECT * FROM Clients WHERE name = Travis

SELECT Travis FROM Clients

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL command is used to give a user permission to a specific database object?

VALUES

UPDATE

REVOKE

GRANT

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?