The SQL MAKE TABLE command is used to construct tables, define columns, define column constraints and create relationships.
Options
A. True
B. False
Correct Answer
False
SQL for Database Construction problems
Search Results
1. When a foreign key column is created without a corresponding foreign key constraint, we have created a "casual relationship" between the two tables.
9. Two transactions that run concurrently and generate results that are consistent with the results that would have occurred if they had run separately are referred to as serializable transactions.