Given the following DDL for the PARTS table:CREATE TABLE parts (part_no INT(9) NOT NULL, part_name VARCHAR(24), part_remain INT(9));All part numbers entered will be different and all rows should be displayed in order of increasing part numbers whenever the table is queried. Which of the following create index statements will meet this criteria and require the least amount of storage for the index object?()
第1题:
Which of the following statements is true regarding the VERSIONS BETWEEN clause?()
第2题:
Given the address 192.168.20.19/28, which of the following are valid host addresses on this subnet?()
第3题:
Which of the following is the FIRST thing to consider when designing an email retention policy?()
第4题:
Given four drives, which of the following RAID levels will allow for the GREATEST performance?()
第5题:
Which of the following commands should be used to show the percentage of time that any given disk was busy?()
第6题:
Degree of saturation
Saturation temperature
Superheated temperature
Degree of superheat
第7题:
Only the data definition language (DDL) commands that resulted in errors are logged in the alert log file.
All DDL commands are logged in the alert log file.
All DDL commands are logged in a different log file that contains DDL statements and their execution dates.
Only DDL commands that resulted in the creation of new segments are logged.
All DDL commands are logged in XML format in the alert directory under the Automatic Diagnostic Repository (ADR) home.
第8题:
sar
pstat
iostat
filemon
第9题:
bg myapp
continue myapp
exec myapp
fg myapp
myapp &
第10题:
DDL
第11题:
Which of the following RAID levels would be appropriate given two drives and a need for fault tolerance?()
第12题:
Given the following output: prompt> myapp [1]+ Stopped myapp prompt> Which of the following commands will resume executing the stopped process while allowing the user to continue to type commands at the command prompt?()
第13题:
Which of the following commands should be used to monitor the number of threads on the scheduler’s run queue for any given interval?()
第14题:
77.0.5.5
40.40.0.254
66.40.90.121
72.40.91.1
第15题:
Use the given value as an IPv6 address.
Use the given value as a DNS suffix search item.
Use the given value as a WEP key for a wireless network.
Use the given value as a manually assigned MAC address.
第16题:
第17题:
None of the data definition language (DDL) statements are logged in the trace file.
Only DDL commands that resulted in errors are logged in the alert log file.
A new log.xml file that contains the DDL statements is created, and the DDL command details are removed from the alert log file.
Only DDL commands that resulted in the creation of new database files are logged.
第18题:
The VERSIONS BETWEEN clause may be used in DML statements.
The VERSIONS BETWEEN clause may be used in DDL statements.
The VERSIONS BETWEEN clause may not be used to query past DDL changes to tables.
The VERSIONS BETWEEN clause may not be used to query past DML statements to tables.