AS-T8-Databases

AS-T8-Databases

11th Grade

52 Qs

quiz-placeholder

Similar activities

Administrasi Sistem Jaringan

Administrasi Sistem Jaringan

11th Grade

50 Qs

PHP sisfo

PHP sisfo

10th Grade - University

53 Qs

XIRPL2_PASQUIZZ

XIRPL2_PASQUIZZ

1st Grade - Professional Development

50 Qs

Module 2 Test Review

Module 2 Test Review

7th Grade - University

56 Qs

SAS_KK-BasisData-XI-RPL_Sem-1

SAS_KK-BasisData-XI-RPL_Sem-1

11th Grade

50 Qs

Database (1)

Database (1)

9th - 12th Grade

55 Qs

Information Systems and Databases

Information Systems and Databases

11th Grade

50 Qs

ITX202 - Database Basics

ITX202 - Database Basics

11th Grade

50 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?