
SQL Server Quiz

Quiz
•
Information Technology (IT)
•
University
•
Medium
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
Similar Resources on Wayground
40 questions
ISYS6892003

Quiz
•
University
30 questions
Exploring Relational Data Concepts

Quiz
•
University
40 questions
Long Quiz # 2 System Administration Activities

Quiz
•
University
31 questions
Subhasish Sir QUIZ

Quiz
•
University
35 questions
Re Assessment

Quiz
•
University
40 questions
System Administrator Activities Quiz

Quiz
•
University
30 questions
УПР 31-60

Quiz
•
University
30 questions
IAS Summative

Quiz
•
University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade