The correct data type for the BALANCE column in the CUSTOMER table is ____.

A. CHAR
B. INT
C. SMALLINT
D. DECIMAL


Answer: D

Computer Science & Information Technology

You might also like to view...

To reset the format state of the output stream:

a. Call the reset member function. b. Call the flags member function with the ios_base::fmtflags constant as the argument. c. Save a copy of the fmtflags value returned by calling member function flags before making any format changes, and then call flags again with that fmtflags value as the argument. d. You must manually apply each individual format change member function or stream manipulator to restore the default format state.

Computer Science & Information Technology

What is the color standard for stereo line-in?

a. Pink b. Lime green c. Light blue d. Black

Computer Science & Information Technology

What is expectational acknowledgment?

What will be an ideal response?

Computer Science & Information Technology

What is the extra node needed to easily manipulate a doubly linked structure?

A. mid B. next C. tail D. sentinel

Computer Science & Information Technology