SQL Server Quiz

SQL Server Quiz

University

35 Qs

quiz-placeholder

Similar activities

PARCIAL Final Bases de Datos Masivas 2025-1

PARCIAL Final Bases de Datos Masivas 2025-1

University

34 Qs

Form 1 - Information Technology Quiz

Form 1 - Information Technology Quiz

7th Grade - University

32 Qs

Comandos Básicos Switch hp 5130

Comandos Básicos Switch hp 5130

University

30 Qs

Data Warehouse Intro and Architecture

Data Warehouse Intro and Architecture

University

30 Qs

UTS 3D Animasi

UTS 3D Animasi

11th Grade - University

35 Qs

PPL (QUIZ 4) Programming Control Structures

PPL (QUIZ 4) Programming Control Structures

University

30 Qs

Linux File Permissions / commands Basic Quiz

Linux File Permissions / commands Basic Quiz

10th Grade - University

36 Qs

Week 7-8

Week 7-8

University

30 Qs

SQL Server Quiz

SQL Server Quiz

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

ARLENE QUICAY

Used 5+ times

FREE Resource

AI

Enhance your content in a minute

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

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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?