MTA DAF 2 Flashcards

1
Q

Wich data type should you use to store text based on English?

A

varchar

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

How many bytes does the int data type take up?

A

4

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

What are previously written SQL statements that habe been stored within a database?

A

stored procedures

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

What is a virtual table consisting of different columns from one or more tables?

A

view

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

What type of conversion occurs without specifying the actual callout function?

A

implicit

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

Which naming conversion would capitalize the first of each word with no spaces?

A

PascalCase

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

Wich attribute specifies the type of data that an object can hold and specifies how many bytes it will take up?

A

data type

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

What is the set of rules that determine how data is stored and compared?

A

collation

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

What command is used to execute a stored procedure?

A

exec

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

What kind of character takes up two bytes of storage and can include almost any language including Chinese, Japanese and Arabic?

A

Unicode

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

What is a type of attack in which malicious code is inserted into strings that are passed to the SQL server instance?

A

SQL injection

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

How many bytes does the money data type take up?

A

8 Byte

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

What common data type you would be used to count objects?

A

integer

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

How many bytes does a single character take up if it is a varchar that supports English and most European languages?

A

1 byte

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

What type of data type would you use to store true/false or yes/no answers?

A

Boolean

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

What common data type is used to store decimal numbers such as 3.14 and 7.07?

A

float

17
Q

What data type should you use to support Japanese or Arabic Text?

A

nvarchar