Programming II Finals

Programming II Finals

University

10 Qs

quiz-placeholder

Similar activities

Android Associate Developer (TUGAS 1-RP)

Android Associate Developer (TUGAS 1-RP)

University

15 Qs

SQL

SQL

University

6 Qs

Quiz -1 Multimedia Interaktif

Quiz -1 Multimedia Interaktif

12th Grade - University

15 Qs

R Basics

R Basics

University - Professional Development

10 Qs

Mastering Shell Scripting Concepts

Mastering Shell Scripting Concepts

University

15 Qs

NVSP - CNTT

NVSP - CNTT

University

10 Qs

NVSP

NVSP

University

10 Qs

Microsoft Teams Live Meetings

Microsoft Teams Live Meetings

2nd Grade - Professional Development

11 Qs

Programming II Finals

Programming II Finals

Assessment

Quiz

Computers

University

Hard

Created by

Daryl Arbis

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

is the standard language for dealing with Relational Databases.

Database

SQL

Query

SELECT

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

statement is used to insert new records in a table.

Add

INSERT TO

INSERT IN

INSERT INTO

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the right query for adding new records?

INSERT table_name (column1, column2, column3, ...)VALUES (value1, value2, value3, ...);

INSERT INTO table_name (column1, column2, column3, ...)VALUES (value1, value2, value3, ...)

INSERT INTO table_name VALUES (value1, value2, value3, ...);

INSERT TO table_name (column1, column2, column3, ...)VALUES (value1, value2, value3, ...);

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_______ statement is used to select data from a database.

loaddata

SELECT *

SELECT

VIEW

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

__________ clause is used to filter records.

IN

WHERE

WHERE 1

WERE

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The _____ clause is not only used in SELECT statements, it is also used in UPDATE, DELETE, etc.!

WHERE

IN

INTO

IF

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

___ operator displays a record if the condition(s) is NOT TRUE.

OR

NOT

NULL

FALSE

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?