RelationalDBDesign
SiteMap
Business Rules
Cursors Views
Database Creation
SQL Monitoring
Database Web Apps
Data Manipulation
Access Features
Building Database
Table Column Attributes
«Prev
Next»
SQL Database Creation
SQL - Server
Relational Database
Client Server Architecture
SQL Server Services
EM Administer SQL-Servers
Database Relational Concepts
SQL Server Tables
Data Integrity Elements
Business Rules
Database Normalization
Data Normalization
Database Denormalization
Primary Keys Unique Constraints
Foreign Keys
Relational Concepts
Column Attributes Table
Table Columns Types
Specify Default Column
Create Transact SQL Datatype
SQL-Server DB Tables
Datatypes, Length, Precision, Scale, and Nulls - Quiz
Each question is worth one point. Select the best answer or answers for each question.
1.
What is the relationship between the amount of disk space required between a unicode and non-unicode datatype?
Please select the best answer.
A.
Answer: Unicode takes twice as much space as non-unicode.
B.
Non-unicode takes twice as much space as unicode.
C.
Unicode takes four times as much space as non-unicode.
D.
Non-unicode takes four times as much space as unicode.
2.
For column EmployeeID, you try to specify a datatype of Int with a length of 4, but you receive an error. Other columns do not give you an error. What is the possible reason for this error?
Please select the best answer.
A.
EmployeeID is an invalid column name.
B.
EmployeeIDs cannot have an Int datatype.
C.
You do not have correct permissions on the table.
D.
You cannot specify a length with an Int datatype.
3.
Which of the following is equivalent to null?
Please select the best answer.
A.
0
B.
An empty string
C.
The absence of a value
D.
The word NULL
Correct answers:
Your Score: 0
Submit
Quiz Explanation