Multiple Choice
Which of the following declares a column named "name" that always contains exactly 30 characters?
A) VARCHAR2(30) name
B) CHAR(30) name
C) name VARCHAR2(30)
D) name CHAR(30)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q50: An Oracle error consists of a 3
Q51: Explain why it is a good idea
Q52: To create a table it is only
Q53: Which of the following data types is
Q54: The CHAR and VARCHAR2 data types store
Q56: Which of the following is a legal
Q57: Which of the following column data type
Q58: Which of the following is true when
Q59: Which of the following pieces of information
Q60: Which of the following is not created