Programming II Finals

Programming II Finals

University

10 Qs

quiz-placeholder

Similar activities

control statments quiz

control statments quiz

University

9 Qs

AJAXploration

AJAXploration

University

10 Qs

Bash Array Quiz

Bash Array Quiz

University

10 Qs

R Basics

R Basics

University - Professional Development

10 Qs

XML BASICS QUIZ

XML BASICS QUIZ

University

15 Qs

Test Function Excel

Test Function Excel

University

10 Qs

Advanced java lab batch2_quiz7

Advanced java lab batch2_quiz7

University

11 Qs

xml quiz

xml quiz

University

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