MTA DAF 2 Flashcards
Wich data type should you use to store text based on English?
varchar
How many bytes does the int data type take up?
4
What are previously written SQL statements that habe been stored within a database?
stored procedures
What is a virtual table consisting of different columns from one or more tables?
view
What type of conversion occurs without specifying the actual callout function?
implicit
Which naming conversion would capitalize the first of each word with no spaces?
PascalCase
Wich attribute specifies the type of data that an object can hold and specifies how many bytes it will take up?
data type
What is the set of rules that determine how data is stored and compared?
collation
What command is used to execute a stored procedure?
exec
What kind of character takes up two bytes of storage and can include almost any language including Chinese, Japanese and Arabic?
Unicode
What is a type of attack in which malicious code is inserted into strings that are passed to the SQL server instance?
SQL injection
How many bytes does the money data type take up?
8 Byte
What common data type you would be used to count objects?
integer
How many bytes does a single character take up if it is a varchar that supports English and most European languages?
1 byte
What type of data type would you use to store true/false or yes/no answers?
Boolean