Creating Database Objects Flashcards

1
Q

Data Types

A

specifies the type of a piece of data and what can be done to it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Integer

A

a whole number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Float

A

any real number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Character

A

Stores A-Z and 0-9

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Boolean

A

True or False, 1 or 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

ANSI SQL

A

grammar and rules of structure and content of statements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

View

A

a saved query that creates a virtual table from the result of the query

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Query

A

Specific set of instructions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Graphical Designer

A

object oriented, drag and drop application

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

T-SQL

A

Transact SQL, Microsoft extension to SQL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Functions

A

One word command that return a single value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Aggregate Functions

A

return a single value, calculated from values in a column

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Scalar Functions

A

returns a single value based on the input value of a single field

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

User-Defined Functions

A

Compact Segments of user written SQL code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Stored Procedure

A

precompiled groups of SQL statements saved in a database

How well did you know this?
1
Not at all
2
3
4
5
Perfectly