SQL Server Quiz

SQL Server Quiz

University

35 Qs

quiz-placeholder

Similar activities

ITEC 100 QUIZ 4 IHJasw

ITEC 100 QUIZ 4 IHJasw

University

30 Qs

Human-Computer Interaction (HCI) Prelims

Human-Computer Interaction (HCI) Prelims

University

30 Qs

Introduction to Data Quiz

Introduction to Data Quiz

University

30 Qs

System Administrator Activities Quiz

System Administrator Activities Quiz

University

40 Qs

Information Management-MidQuiz

Information Management-MidQuiz

University

31 Qs

IT 312 (SIA) LONG QUIZ REVIEWER

IT 312 (SIA) LONG QUIZ REVIEWER

University

30 Qs

CIT1214_Topic 2_MCQ

CIT1214_Topic 2_MCQ

University

30 Qs

M6-7

M6-7

University

31 Qs

SQL Server Quiz

SQL Server Quiz

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

ARLENE QUICAY

Used 5+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the advantage of using DATEDIFF(YEAR, HireDate, GETDATE()) as a computed column in the Employees table?

To prevent future updates to the HireDate field

To automatically calculate years of service without manual updates

To store redundant date values for performance improvement

To enforce referential integrity across related tables

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following approaches would most accurately preserve deleted employee records for audit purposes?

Use a DELETE statement and remove records from the table

Move records to a dedicated archive table before deletion

Update the Salary field to zero to mark deletion

Disable all constraints and leave the record untouched

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary reason for using HAVING AVG(Salary) > 40000 after a GROUP BY clause?

To filter individual rows based on salary conditions

To filter grouped records based on their aggregated average

To calculate the total salary of all employees

To increase the performance of the GROUP BY operation

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In SQL Server, what is the main risk of directly deleting employees with Salary < 30000?

It will increase the number of employees in higher salary ranges

It may unintentionally remove employees with valid ongoing records

It automatically duplicates higher-paid employees

It restricts future salary increases in the database

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is CONCAT(FirstName, ' ', LEFT(MiddleName, 1), '. ', LastName) a better formatting choice than using simple string addition (+) in SQL Server?

It allows for CASE statements to modify values mid-string

It reduces NULL handling issues and ensures clean formatting

It increases the storage size of the result set

It forces all results into a single uppercase string

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the Shoe Ordering System, what is a key reason to prefer DECIMAL(10, 2) for the Price column over FLOAT?

It performs faster on all mathematical operations

It ensures fixed precision without rounding errors

It restricts the storage of negative values

It limits the number of transactions processed per second

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

According to the correct rule for DECIMAL(p, s), what is the maximum number of digits before the decimal point for DECIMAL(8, 3)?

3

5

8

6

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?

Discover more resources for Information Technology (IT)