SQL EXAM TESTING_TT PMVT (16/03/2021)

SQL EXAM TESTING_TT PMVT (16/03/2021)

Professional Development

20 Qs

quiz-placeholder

Similar activities

7B.2 (Part 2)

7B.2 (Part 2)

Professional Development

20 Qs

Qüestionari repàs UD 2

Qüestionari repàs UD 2

Professional Development

20 Qs

DUAlizados

DUAlizados

Professional Development

18 Qs

Plan O

Plan O

Professional Development

20 Qs

Tìm hiểu về Đại hội Chi đoàn

Tìm hiểu về Đại hội Chi đoàn

Professional Development

15 Qs

Selling Skills

Selling Skills

Professional Development

15 Qs

Capacitación Calidad Fideería

Capacitación Calidad Fideería

Professional Development

20 Qs

DMS REMSCAR QUIZ

DMS REMSCAR QUIZ

Professional Development

15 Qs

SQL EXAM TESTING_TT PMVT (16/03/2021)

SQL EXAM TESTING_TT PMVT (16/03/2021)

Assessment

Quiz

Other

Professional Development

Practice Problem

Hard

Created by

Nguyen Trung

Used 7+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

20 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Which two statements are true regarding the USING and ON clauses in table joins?

Both USING and ON clauses can be used for equijoins and nonequijoins.

A maximum of one pair of columns can be joined between two tables using the ON clause

The ON clause can be used to join tables on columns that have different names but compatible data types

The WHERE clause can be used to apply additional conditions in SELECT statements containing the ON or the USING clause

2.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Identify the SELECT statements that execute successfully

SELECT first_name, last_name, job_id, salary*12 AS Yearly Sal

FROM employees;

SELECT first_name, last_name, job_id, salary*12 "yearly sal"

FROM employees;

SELECT first_name, last_name, job_id, salary AS "yearly sal"

FROM employees;

SELECT first_name+last_name AS name, job_Id, salary*12 yearly sal

FROM employees;

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The TO_NUMBER function converts either character strings or date values to a number in the format specified by the optional format model.

True

False

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Evaluate the following query:

SQL> SELECT promo_name || q'{'s start date was }' || promo_begin_date AS "Promotion Launches"

FROM promotions;

What would be the outcome of the above query?

It produces an error because flower braces have been used.

It produces an error because the data types are not matching.

It executes successfully and introduces an 's at the end of each promo_name in the output.

It executes successfully and displays the literal " {'s start date was } " for each row in the output.

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The following statements produce the same results:

DELETE FROM copy_emp;

TRUNCATE TABLE copy_emp;

True

False

6.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Which three statements/commands would cause a transaction to end?

COMMIT

SELECT

CREATE

ROLLBACK

SAVEPOINT

7.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Which of the following statements are true about single-row functions?

Manipulate data items

Accept arguments and return one value per argument

Act on each row that is returned

Return one result per set of rows

May not modify the data type

Create a free account and access millions of resources

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?