Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Database Processing Fundamentals Study Set 1
Quiz 10: Managing Databases With SQL Server 2014
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
True/False
When viewing a table in the GUI tools table design window in SQL Server,the primary key is indicated by a black arrow.
Question 2
True/False
SQL Statements can be submitted to SQL Server from the Microsoft SQL Server Management Studio.
Question 3
True/False
To use an SQL Server reserved word as a user identifier,it must be enclosed in square brackets [ ].
Question 4
True/False
SQL Server 2014 provides two ways to create tables-graphically and through SQL code.
Question 5
True/False
The name TRANSACTION is so special to SQL Server that no stored procedures will work on a table with that name.
Question 6
True/False
SQL Server supports three types of indexes: clustered,unclustered,and random.
Question 7
True/False
In the Microsoft SQL Server Management Studio,the amount to add to the surrogate key value when adding a new row is specified by the increment property.
Question 8
True/False
In an SQL Server clustered index,the data are stored in the bottom level of the index and in the same order as the index.
Question 9
True/False
When viewing the SQL Server list of tables in a database,dbo means "domain base object" and indicates a system table.
Question 10
True/False
The Microsoft SQL Server Management Studio Manager can be used to create a new database.
Question 11
True/False
The SQL Server GUI program is the Enterprise Manager.
Question 12
True/False
SQL Server automatically creates an index on primary key fields only.
Question 13
True/False
When viewing a table in the GUI tools table design window in SQL Server,the notation that should supply the values for a surrogate key is that the Identity property of that column is set to "Yes."