单项选择题
You need to ensure the Client dimension is able to support new orders and new client records. Which setting should you configure?()
A.ROLAP storage
B.Lazy aggregations
C.Write Enabled property
D.Unknown Member functionality
相关考题
-
单项选择题
How many expansion frames can be attached to an IBM TS3500 model L23 or L53 base frame? ()
A. 15
B. 16
C. 17
D. 18 -
单项选择题
The ‘lsvg -o’ command is run with an output of only rootvg, but the server has another volume group named datavg, which is not displayed. What is the likely cause?()
A.datavg is in an offline state.
B.‘lsvg -o’ only displays the root volume group.
C.‘lsvg -o’ only displays the fist volume group.
D.datavg has no filesystems and therefore, is inactive. -
单项选择题
You need to design a student registration database that contains several tables storing academic information. The STUDENTS table stores information about a student. The STUDENT_GRADES table stores information about the students grades. Both of the tables have a column named STUDENT_ID. The STUDENT_ID column in the STUDENTS table is a primary key. You need to create a foreign key on the STUDENT_ID column of the STUDENT_GRADES table that points to the STUDENT_ID column of the STUDENTS table. Which statement creates the foreign key?()
A. CREATE TABLE student_grades (student_id NUMBER(12),semester_end DATE, gpa NUMBER(4,3), CONSTRAINT student_id_fk REFERENCES (student_id) FOREIGN KEY student (student_id));
B. CREATE TABLE student_grades(student_id NUMBER(12),semester_end DATE, gpa NUMBER(4,3), student_id_fk FOREIGN KEY (student_id) REFERENCES students (student_id));
C. CREATE TABLE student_grades(student_id NUMBER(12),semester_end DATE, gpa NUMBER(4,3), CONSTRAINT FOREIGN KEY (student_id) REFERENCES student (student_id));
D. CREATE TABLE student_grades(student_id NUMBER(12),semester_end DATE, gpa NUMBER(4,3), CONSTRAINT student_id_fk FOREIGN KEY (student_id) REFERENCES students (student_id));
