Your database is5GB and contain satablenamed Sales History.Salesinformationisfrequentlyinsertedandupdated.Youdiscoverthatexcessivepagesplittingisoccurring.Youneed toreducetheoccurr enceofpagesplittinginthe Sales History table.Whichcodesegmentshouldyou use?()
A.ALTERDATABASESalesMODIFYFILE(NAME=Sales dat3,SIZE=10GB)
B.ALTERINDEXALLONSales.Sales HistoryREBUILDWITH(FILLFACTOR=60)
C.EXECsys.sp_configure‘fillfactor(%)‘,‘60‘
D.UPDATESTATISTICSSales.Sales History(Products)WITHFULLSCAN,NORECOMPUTE
第1题:
You execute a command to resize a data file, sales.dbf, of size 200 MB in your database: ALTER DATABASE DATAFILE ’/remorse/sales.dbf’ RESIZE 150M; Which statement is true about this command()
第2题:
You executed the following query in your database: FROM V$FLASHBACK_DATABASE_LOG; What would you determine from the output?()
第3题:
You work as the exchange administrator at company.com.the company.com network contains an exchange server 2010 organization.you are responsible for managing the exchange network for company.com.the company.com network contains two mailbox servers named -ex01 and -ex02 as well as a mailbox database named -ex03.-ex01 and -ex02 are members of a database availability group named tkdag and contain a copy of -ex03.during the course of the week you receive an instruction from the cio to remove the -ex03 mailbox database from -ex01.what should you do?()
第4题:
renaming the control files
re-creating the control files
dropping a user in your database
dropping a tablespace in your database
configuring the database instance to operate in the ARCHIVELOG or NOARCHIVELOG modes
第5题:
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
第6题:
Create DML triggers that query the inserted and deleted tables.
Create a stored procedure that calls the LTRIM and RTRIM built-in functions.
Create a Transact-SQL function that calls the LTRIM and RTRIM built-in functions.
Call the TRIM built-in function.
第7题:
User process
Server process
System Monitor (SMON)
Process Monitor (PMON)
Checkpoint process (CKPT)
第8题:
Apply fine-grained auditing.
Implement value-based auditing.
Impose standard database auditing to audit object privileges.
Impose standard database auditing to audit SQL statements.
第9题:
User process
Server process
System Monitor (SMON)
Process Monitor (PMON)
Checkpoint process (CKPT)
第10题:
The SALES table cannot be recovered because the database is running in NOARCHIVELOG mode.
The SALES table can be recovered by restoring the SALESTB tablespace from the backup and performing a media recovery.
The SALES table can be recovered by restoring the SALESTB tablespace from the backup without performing any media recovery.
The SALES table can be recovered by restoring the SALESTB tablespace from the backup, but the rows inserted on Tuesday need to be inserted again.
第11题:
the time when the last flashback operation in your database was performed
the time when the first flashback operation in your database was performed
a list of flashback operations performed in your database using SCN and time
the approximate time and the lowest system change number (SCN) to which you can flash back your database
第12题:
Update the view to use an outer join between the Customers and Sales tables.
Create a clustered index on the v CustomerSales view.
Create two separate views that do not contain any joinsone view named Customers for the Customers table and another one named v Sales for the Sales table.
Create a stored procedure for the business analysts that uses the v CustomerSales view.
第13题:
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?()
第14题:
A shoot-out has erupted between your MS development teams using .NET and your Linux development teams using Java. Knowing that your database is in danger,which command would you use to back up your NOARCHIVELOG mode database using RMAN with compression?()
第15题:
Your database is 5GB and contain satable named Sales History. Sales informationis frequently inserted and updated. You discover that excessive page splitting is occurring. You need to reduce the occurr enceof page splitting in the Sales History table. Which code segment should you use?()
第16题:
One tablespace has only one datafile
Many tablespaces can share one datafile
One tablespace can have many datafiles
One datafile can contain many tablespaces
第17题:
Create a custom format file, specifying a semicolon as the row terminator.
Use the bcp command, specifying a semicolon as the field terminator.
Use the bcp command with the default arguments.
Use the BULK INSERT statement with the default arguments.
第18题:
backup database all
backup compressed database
backup as compressed backupset database
backup as compressed backup database plus archivelog all
backup as compressed backupset database plus compress archivelog all
第19题:
The time when the last flashback operation in your database was performed.
The time when the first flashback operation in your database was performed.
A list of flashback operations performed in your database using SCN and time.
The approximate time and the lowest system change number (SCN) to which you can flash back your database.
第20题:
The database will not start.
The database will start but will not retain the undo data in the undo segment.
The database will start, and the undo segment will contain the undo data for at least one hour.
The database will start, and the undo segment will retain the undo data for at least 15 minutes.
第21题:
by using the RMAN utility
by using the export/import utility
by using the ALTER DATABASE command
by enabling the change tracking feature
第22题:
database buffer cache
shared pool
PGA
large pool
第23题:
The command must be issued in MOUNT state.
The command succeeds only if the data file is offline.
The command must be issued when the database is in the archivelog mode.
The command succeeds if no extent in the tablespace is currently allocated above the 150 MB boundary of the file.