Search Header Logo

Programming II Finals

Authored by Daryl Arbis

Computers

University

Used 1+ times

Programming II Finals
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers