AS-T8-Databases

AS-T8-Databases

11th Grade

52 Qs

quiz-placeholder

Similar activities

CompTIA Module 1-6

CompTIA Module 1-6

9th - 12th Grade

50 Qs

REVIEW BASIS DATA DDL dan DML Dasar

REVIEW BASIS DATA DDL dan DML Dasar

11th Grade

51 Qs

Databases

Databases

KG - 12th Grade

50 Qs

การจัดการฐานข้อมูลขนาดใหญ่

การจัดการฐานข้อมูลขนาดใหญ่

9th - 12th Grade

50 Qs

Database

Database

11th Grade

50 Qs

#5 CIW Data Analyst - Certification Prep

#5 CIW Data Analyst - Certification Prep

9th Grade - University

54 Qs

SQL 2

SQL 2

11th Grade

55 Qs

S4 Access Database Concepts Quiz

S4 Access Database Concepts Quiz

11th Grade

51 Qs

AS-T8-Databases

AS-T8-Databases

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Phương Nguyễn

Used 2+ times

FREE Resource

52 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Write the required SQL code for querying a database THISTABLE that prints out the sum of a numerical field THISFIELD.

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Write the required SQL code for querying a database THISTABLE that prints out the average of a field THISFIELD.

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Write the required SQL code for querying a database THISTABLE to find all data that have a field THISFIELD that starts with "A"

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

complete the required SQL code for updating data in a table THISTABLE. Give the three key words, separated by commas (,).

_________ THISTABLE
___________THISFIELD = value
______________ condition;

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Write the required SQL code for deleting data from a table THISTABLE.

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Write the required SQL code for deleting an entire table THISTABLE

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Complete the required SQL code for adding data to a table THISTABLE. Give the two key words, separated by a comma.

__________ THISTABLE(field1, field2, field3)
__________________ (value1, value2, value3);

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?