364-668c6d89c3816d115f18c97b

364-668c6d89c3816d115f18c97b

Professional Development

40 Qs

quiz-placeholder

Similar activities

Excel, Tableau and Power BI Quiz

Excel, Tableau and Power BI Quiz

Professional Development

36 Qs

367-668e9599c27f09d7ba49cf01

367-668e9599c27f09d7ba49cf01

Professional Development

37 Qs

TMS Laravel Test

TMS Laravel Test

Professional Development

40 Qs

FORGC2

FORGC2

Professional Development

36 Qs

1st Quarter Exam (RESEARCH)

1st Quarter Exam (RESEARCH)

Professional Development

41 Qs

HEART Customer Service Quiz

HEART Customer Service Quiz

Professional Development

45 Qs

Chapter 32

Chapter 32

Professional Development

44 Qs

TUTORIAL 1

TUTORIAL 1

University - Professional Development

40 Qs

364-668c6d89c3816d115f18c97b

364-668c6d89c3816d115f18c97b

Assessment

Quiz

Other

Professional Development

Hard

Created by

Abang Gembot

Used 1+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You accept an IT internship at a local charity. The charity wants you to help them with compliance and auditing requirements. You need to ensure that a column or combination of columns uniquely identifies each row of a table. Which constraint should you define?

Primary key

Secondary key

Foreign key

Default key

Public key

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

While attending college, you accept an IT internship at a local charity. The charity needs to report on data that is related and exists in two tables. You need to establish a relationship between the data that is in the two tables. Which constraint should you define?

Foreign key

Index key

Link key

Default key

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

You have two tables named Cars and Color as defined below. The two tables are related by ColorId.
You run the following SQL statement:
SELECT *

FROM Cars

LEFT OUTER JOIN Colors

ON Cars.ColorId = Colors.ColorID


How many rows does the SQL statement return?

0

2

3

6

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You have a Department table and an Employee table in your database. You need to ensure that an employee can be assigned to only an existing department. What should you apply to the Employee table?

A primary key

An index

A foreign key

A unique constraint

A data type

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You need to combine the results of two queries into a single result that contains all of the rows from both queries. Which Structured Query Language (SQL) statement should you use?

TRUNCATE

JOIN

EXCEPT

UNION

WHERE

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You have a table named Employee that includes four columns. You execute the following statement:
SELECT *

FROM Employee


Which columns are returned?

All columns

Only the last column

Only the first column

Only the first and last columns

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is one difference between an update statement and a delete statement?

An update statement can change only one row.

A delete statement cannot use a where clause.

An update statement does not remove rows from a table.

A delete statement works only within a stored procedure.

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?