Home
Flashcards
Preview
Data Base
Home
Get App
Take Quiz
Create
Explain master
keeps a record of all the system information in
a SQL server system.
Explain 'model'
information of a data that is to be
stored
Explain 'MSDB'
schedules alerts and jobs by other features such
as database mail.
Explain ' Tempdb'
is a global resource that holds temporary user
objects and internal objects and is available to anyone connected to the SQL server.
Explain ' transaction log'
is a history of actions carried out by the database management system to ensure ACID properties over hardware failures and crashes.
Explain 'trigger'
is code that is performed in response to certain events within a particular table.
Explain a 'view'
is a way of showing information in the database. It holds the results of a query.
Explain stored procedure
It is a set of statements that is stored in compiled form so it can be used by other programs.
User defined type
allows definition for data types the construct the behaviour in an application.
3 parts that make up the ISO_11179 data element are...
[<role>_]
<attribute>_
<property>
The basic rule for data element naming is...
it has one name in the entire schema.
1nf
no repeating groups
data is independent
2nf
1 nf
each column dependant only on the whole key
using artificial keys will insure you are in 2nf
3nf
2nf
no column can be dependent on any other non-key column
you cannot have calculated data
3 main benifits of a stored proc
speed
security
application modularization
What is .mdf
data file
What is .ldf
log file
When do you reorganize an index?
<= 30% fragmented
When do you rebuild and index?
>30% fragmented
Author
djon
ID
180482
Card Set
Data Base
Description
midterm
Updated
2012-10-29T04:39:00Z
Show Answers
Home
Flashcards
Preview