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));
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));
CREATE TABLE student_grades(student_id NUMBER(12),semester_end DATE, gpa NUMBER(4,3), CONSTRAINT FOREIGN KEY (student_id) REFERENCES student (student_id));
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));
第1题:
You need to design a configuration for Exchange Server storage that meets the business and technical requirements. What should you do?()
第2题:
You executed the STARTUP MOUNT command to start your database. For which database operation do you need to start the database in the MOUNT state?()
第3题:
You are using Oracle Database 10g. Which statement regarding an incomplete recovery is true?()
第4题:
You need to design a strategy for managing the messages that are sent to the customer service mailboxes. What should you do?()
第5题:
You need to design the database permissions for access from the terminals to the database server. Which action or actions should you perform?()
第6题:
More than one database is to be registered with the listener.
The users will connect the database by using the host naming method.
The Oracle Enterprise Manager is to be used to monitor an Oracle9i database.
The database that is to be registered with the listener is configured in shared server mode.
The listener is not configured on the default port of 1521 and the instance is not configured to register with a nondefault port.
第7题:
Create a database role named BankTerminals.
Grant the BankTerminals role the Execute permission for the WoodgroveBanking database.
Grant database access to the Windows Bank Terminals group, and add the group to the BankTerminals role.
Grant the BankTerminals role the Execute permission for the Bank schema.
Grant the Windows Bank Terminals group the Execute permission for the Bank schema.
Grant the BankTerminals role the Execute permission for all stored procedures and user-defined functions in the Bank schema.
第8题:
You do not need to restore all the data files.
You do not need to open the database with the RESETLOGS operation
You do not need to perform a full backup after the RESETLOGS operation.
You do not need to recover all the data files to the same system change number (SCN).
第9题:
A single RAID 5 volume
A single RAID 10 volume
A RAID 0 volume and a RAID 5 volume
A RAID 1 volume and a RAID 5 volume
第10题:
You need to perform the restore and recover operations manually, because the backup was made manually.
First you need to resynchronize the catalog with the control file, and then you can use RMAN to recover the database.
First you need to add the backup to the catalog using the CATALOG command, and then you can use RMAN to recover the database.
You can just use RMAN and recover the database, because RMAN automatically updates the catalog with the backup information.
第11题:
You will need to open the database with the resetlogs command.
All you need to do is execute the trace file from SQL*Plus and it will perform the recovery for you.
You will use the resetlogs version of the create controlfile command.
You will use the noresetlogs version of the create controlfile command.
You will use the trace file to create a backup control file, and then you will recover the database with the recover database using backup controlfile command
第12题:
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));
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));
CREATE TABLE student_grades(student_id NUMBER(12),semester_end DATE, gpa NUMBER(4,3), CONSTRAINT FOREIGN KEY (student_id) REFERENCES student (student_id));
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));
第13题:
Your database runs in NOARCHIVELOG mode, and is backed up every night using RMAN scripts. However, last night your assistant DBA performed a manual operating system backup, instead of running the scripts. Today your database crashed and you now want to use the backups from last night. What do you need todo?()
第14题:
You have lost all your database control files. To recover them, you are going to use the results of the alter database backup controlfile to trace command. Your datafiles and your online redo logs are all intact. Which of the following is true regarding your recovery?()
第15题:
You administer a SQL Server 2008 instance. You plan to deploy a new database to the instance. The database will be subject to frequent inserts and updates. The database will have multiple schemas. One of the schemas will contain a large amount of read-only reference data. You need to design the physical database structure for optimal backup performance. What should you do?()
第16题:
You need to recommend a configuration design for the new VMs. The design must ensure that operating systems can be deployed to the new VMs. What should you include in the recommendation?()
第17题:
Decrease the amount of time between transaction log backups.
Configure the database to use the simple recovery model.
Configure the RECOVERY INTERVAL option to be a smaller value.
Run DBCC SHRINKFILE on the transaction log file.
第18题:
renaming the control files
dropping a user in your database
enabling or disabling redo log archiving
dropping a tablespace in your database
re-creating the control files, after you lost all the control files in your database
第19题:
Use NTFS file system compression on the volume.
Use row-level compression on the document table.
Use varbinary(MAX) data type with FILESTREAM storage.
Enable row-level compression on all columns that use the vardecimal() data type.
第20题:
Place each database in a separate instance running on SQL2.
Place each database in a separate instance running on SQL3.
Place both databases in a single instance running on SQL2.
Place both databases in a single instance running on SQL3.
第21题:
when multiple databases are to be registered with the listener
when DBAs need to connect remotely to start up the database instance
when users need to connect the database instance using the host naming method
when the database instance that is to be registered with the listener is configured in shared server mode
第22题:
START
RELOAD
RESTART
REFRESH
START L1
RELOAD L1
RESTART L1
REFRESH L1
第23题:
CREATE ROLL registrar; GRANT MODIFY ON student_grant TO registrar; GRANT registrar to user 1, user2, user3
CREATE NEW ROLE registrar; GRANT ALL ON student_grant TO registrar; GRANT registrar to user 1, user2, user3
CREATE ROLL registrar; GRANT UPDATE ON student_grant TO registrar; GRANT ROLE to user1, user2, user3
CREATE ROLL registrar; GRANT UPDATE ON student_grant TO registrar; GRANT registrar to user 1, user2, user3;
CREATE registrar; GRANT CHANGE ON student_grant TO registrar; GRANT registrar;
第24题:
SHOW L1
SPAWN L1
STATUS L1
SERVICES L1
STATUS LISTENER
SERVICES LISTENER
SHOWcurrent_listener