PT 2520 Unit 5
Subject:
Algebra [1]
Tags:
Data management [2]
Data modeling [3]
Data quality [4]
SQL [5]
Foreign key [8]
Unique key [10]
Delete [11]
Null [12]
Data integrity [13]
Jamel Travis 10/27/2012 Homework Unit 5 Choosing a database management system requires a great deal of analysis. True When choosing a database management system, you should consider system compatibility and hardware requirements. True Only insert and update statements are part of a database transaction. False Physical design is a column specification that determines what kind of data can be stored in it. True A data type is a column specification that determines what kind of data can be stored in it. True Int, decimal and money are character numeric types. True Char and NChr are variable-length character types. True Varchar and NVarchar are based on the Unicode character types. False NChar and NVchar are based on the Unicode character set. True