RelationalDBDesign
SiteMap
Business Rules
Cursors Views
Database Creation
SQL Monitoring
Database Web Apps
Data Manipulation
Access Features
Building Database
Relational Concepts
«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
Database Relational Concepts - Quiz
Each question is worth one point. Select the best answer or answers for each question.
1.
Which of the following is likely to result from normalizing your data?
Please select the best answer.
A.
More tables are created.
B.
Fewer tables are created.
C.
The same number of tables are created.
D.
Depending on the situation, more or less tables can be created.
2.
What does a primary key define?
Please select the best answer.
A.
The relationship of data between two or more tables
B.
The quality of data in a table
C.
The columns that uniquely identify a row in a table
D.
The data that uniquely identifies a single column
3.
What kind of key would you use to define which values from the primary key in Table A are valid for a column in Table B?
Please select the best answer.
A.
Primary key
B.
Unique key
C.
Identity flag
D.
Foreign key
4.
Which Transact-SQL fragment would you use to test a value in the Address column to see if it is null?
Please select the best answer.
A.
Where Address = NULL
B.
Where Address IS NOT NULL
C.
Where Address IS NULL
D.
Where Address = `'
Correct answers:
Your Score: 0
Submit
Quiz Explanation