AS-T8-Databases

AS-T8-Databases

11th Grade

52 Qs

quiz-placeholder

Similar activities

ICT SPM : LA6 (Sistem Maklumat)

ICT SPM : LA6 (Sistem Maklumat)

10th - 12th Grade

57 Qs

Databricks Certified Data Engineer Quiz part 2

Databricks Certified Data Engineer Quiz part 2

1st Grade - University

50 Qs

kuis  Jaringan Internet

kuis Jaringan Internet

9th Grade - University

50 Qs

Semester 2 Review

Semester 2 Review

10th - 12th Grade

50 Qs

Создание многотабличной базы данных

Создание многотабличной базы данных

11th Grade

53 Qs

Unit 4: The Internet

Unit 4: The Internet

11th Grade

52 Qs

Latihan Soal Pemrograman Mobile

Latihan Soal Pemrograman Mobile

11th Grade

49 Qs

The Internet and It's Uses - Computer Science CIE IGCSE

The Internet and It's Uses - Computer Science CIE IGCSE

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?