The smallest unsigned integer type that can be used for a field in a MySQL database is a(n)

a) smallInt
b) tinyint
c) littleInt
d) shortInt
e) None of these is correct

b) tinyint

Computer Science & Information Technology

You might also like to view...

The intersection of a row and column in a spreadsheet program is known as a ________

A) cell B) label C) function D) formula

Computer Science & Information Technology

When the ________ is placed in front of a variable name, it returns the address of that variable.

A) asterisk ( * ) B) conditional operator C) ampersand ( & ) D) semicolon ( ; ) E) None of the above

Computer Science & Information Technology