1z0-061 Free Dumps Study Materials
Question 7: You need to create a table with the following column specifications:
1 . Employee ID (numeric data type) for each employee
2 . Employee Name (character data type) that stores the employee name
3 . Hire date, which stores the date of joining the organization for each employee
4 . Status (character data type), that contains the value 'active1 if no data is entered
5 . Resume (character large object [CLOB] data type), which contains the resume submitted by the
employee Which is the correct syntax to create this table?
A. Option A
B. Option B
C. Option C
D. Option D
Correct Answer: D
Explanation:
CLOB Character data (up to 4 GB)
NUMBER [(p, s)] Number having precision p and scale s (Precision is the total number of decimal
digits and scale is the number of digits to the right of the decimal point; precision can range from 1 to
38, and scale can range from -84 to 127.)