Test Your Knowledge

SQL Server - Lesson 3: Data Types & Constraints Quiz

Answer all questions to test your understanding

1 Which data type is used for whole numbers?
2 Which data type is used for text with variable length?
3 Which data type is used for money/decimal values?
4 What is the purpose of a CHECK constraint?
5 What is the purpose of a FOREIGN KEY constraint?
6 What is DECIMAL(10,2) used for?