SQL Quiz

SQL Quiz

Professional Development

10 Qs

quiz-placeholder

Similar activities

Workshop # 1

Workshop # 1

Professional Development

7 Qs

Base de Datos - Lab - S2

Base de Datos - Lab - S2

Professional Development

12 Qs

Microsoft Azure

Microsoft Azure

Professional Development

10 Qs

Ms-Sql-Quizz

Ms-Sql-Quizz

Professional Development

10 Qs

SQL basics

SQL basics

Professional Development

12 Qs

MS-SQL Server - Day 5

MS-SQL Server - Day 5

Professional Development

10 Qs

cloud

cloud

Professional Development

15 Qs

Database NoSQL (MongoDB)

Database NoSQL (MongoDB)

University - Professional Development

12 Qs

SQL Quiz

SQL Quiz

Assessment

Quiz

Other

Professional Development

Hard

Created by

Makarand Sawant

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a data type in SQL Server?

Boolean

Int

Char

Float

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the maximum number of characters for a NVARCHAR column?

4000

Unlimited

800

8000

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What does the acronym ACID stand for in the context of databases?

Atomicity, Consistency, Isolation, Durability

Accuracy, Consistency, Isolation, Durability

Atomicity, Compatibility, Isolation, Durability

Atomicity, Consistency, Integrity, Durability

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following statements about the SQL Server Indexes are true?

Indexes are automatically created for primary key

constraints

Unique indexes do not allow NULL values

Non-clustered indexes always have smaller storage

footprint than clustered indexes

Clustered indexes physically reorder the data in the

table

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which datatype would you use to store a fixed-length, Unicode string in SQL Server?

NCHAR

VARCHAR

NVARCHAR

CHAR

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of join returns all rows from both tables, joining records where matching & adding NULLs if there's no

match?

CROSS JOIN

INNER JOIN

FULL OUTER JOIN

LEFT JOIN

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In SQL Server, can a stored procedure call another stored procedure?

No, stored procedures cannot call other stored

procedures

Yes, but only 1 level deep

Yes, with unlimited nesting levels

Yes, but limited to 3 levels of nesting

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?