You are on page 1of 3

6/26/2017 MurachSQLServer2012Chapter2Flashcards|Quizlet

Murach SQL Server 2012 Chapter 2 35 terms ericanz4

Like
this
study
set? Create a free
Create account
a free
account Maybe later

to save
it.

SQL Server The primary graphical tool that a developer uses to work
Management Studio with a SQL server 2012 database. You can use this tol to
work directly with database objects and t develop and test
SQL statements.

SQL Server A graphical tool that you can use to start and stop the
Configuration manager database server.

Books Online The documentation for SQL server 2012


instance The dialog box that is displayed when Management Studio
is started lets you select the _______ of SQL Server you want
to connect to.

Windows Authentication The two options you can use to connect to a server.

https://quizlet.com/188791624/murachsqlserver2012chapter2flashcards/ 1/3
6/26/2017 MurachSQLServer2012Chapter2Flashcards|Quizlet

or SQL Server
Authentication

Windows In most cases, you can select the ________________ option to let
Authentication. Windows Supply the appropriate login name and
password for you.

database server provides the services for managing SQL server databases

client tools provide an interface for working with the databases

database engine SQL server is a _________, or database server.

SQL Server 2012 a free version of SQL Server


Express Edition

SQL Server Express adequate for many small and medium sized applications

AutoHide click to automatically hide the Object Explorer

schema a container that holds objects

database diagram shows the relationships between tables; can be used to


illustrate the relationships between the tables in a
database

Query editor the window you type your SQL statements into

Intellisense feature automatically displays completion lists that help you


complete the statement

Completion list displayed by the intellisense feature

Query designer a tool that can help you create queries using a graphical
interface

SQL Server 2012 restricts the number of processors, the amount of memory,
Express Edition and the amount of data that SQL Server can manage.

DBMS and the database The database management servers holds ____________

attributes In Access, columns are called

entity In access, rows are called

NOT, AND, OR The logical order of and, not, and or

*/%+- Order of precedence: addition, subtraction, modulo,

https://quizlet.com/188791624/murachsqlserver2012chapter2flashcards/ 2/3
6/26/2017 MurachSQLServer2012Chapter2Flashcards|Quizlet

multiplication, division

diagram, criteria, SQL the three panes in the query designer window

Diagram the pane in the query editor that displays the tables used
by the query and lets you select the columns you want to
include in the query

Criteria The query designer pane that displays the columns


selected in the Diagram pane and lets you specify the sort
order and the criteria you want to use to select the rows
for the result set

SQL displays the SQL statement built by the Query Designer


based on the information in the other two panes.

; signifies the end of command

query designer can handle simple, but not more complex queries

query designer can be used for multiple tables and 1-to-many or one-to-
one queries

database diagram can show an unlimited # of results and don't have to show
relationships

dot qualifier required when joining multiple tables at the same column
name

SQL statements the type of statement accepted by query editor and


management studio

-- represents a single line comment

https://quizlet.com/188791624/murachsqlserver2012chapter2flashcards/ 3/3

You might also like