It rejects statements that try to insert out-of-range values
It rejects invalid dates
It limits the operations that the server can perform
It rejects queries that produce out-of-range values
It rejects dates with zero day or month values
第1题:
Which two statements correctly describe VTP?()
第2题:
You are developing a Web page. The user types a credit card number into an input control named cc and clicks a button named submit. The submit button sends the credit card number to the server. A JavaScript library includes a CheckCreditCard function that returns a value of true if the credit card appears to be valid, based on its checksum. You need to ensure that the form cannot be used to submit invalid credit card numbers to the server. What should you do?()
第3题:
Which two statements regarding external authentication servers for firewall userauthentication are true?()
第4题:
Which statements are true regarding the Query Result Cache?()
第5题:
It detects changes in SQL execution plans.
It produces results that can be used to create the SQL plan baseline.
The importance of SQL statements is based on the size of the objects accessed.
It generates recommendations to run SQL Tuning Advisor to tune regressed SQLs.
It shows only the overall impact on workload and not the net SQL impact on workload.
第6题:
Top SQL
snapshots
SQL Tuning sets
index access path
optimizer statistics
materialized view logs
第7题:
It cannot be created without a package specification.
It cannot invoke subprograms defined in other packages.
It can contain only the subprograms defined in the package specification.
It can be changed and recompiled without making the package specification invalid.
第8题:
Up to three external authentication server types can be used simultaneously.
Only one external authentication server type can be used simultaneously.
If the local password database is not configured in the authentication order, and the configured authentication server is unreachable, authentication is not performed.
If the local password database is not configured in the authentication order, and the configured authentication server rejects the authentication request, authentication is not performed
第9题:
It is built by Automatic Tuning Optimizer.
It cannot be stored persistently in the data dictionary.
It can be used by the query optimizer automatically.
It can be created manually by using the CREATE PROFILE command.
第10题:
The plan baselines can be evolved over time to produce better performance.
The newly generated plans are directly placed into the SQL plan baseline without being verified.
The new SQL statements initially run with the plans that are known to produce good performance under standard test configuration.
The optimizer does not generate new plans for the SQL statements for which the SQL plan baseline has been imported.
第11题:
Transparent mode always has a configuration revision number of 0.
Transparent mode cannot modify a VLAN database.
Client mode cannot forward received VTP advertisements.
Client mode synchronizes its VLAN database from VTP advertisements.
Server mode can synchronize across VTP domains.
第12题:
It detects changes in SQL execution plans.
It produces results that can be used to create the SQL plan baseline.
The importance of SQL statements is based on the size of the objects accessed.
It generates recommendations to run SQL Tuning Advisor to tune regressed SQLs.
It shows only the overall impact on workload and not the net SQL impact on workload.
第13题:
Which two statements describe the behavior of the server's SQL mode?()
第14题:
Which three statements are valid SDM configuration wizards? ()
第15题:
Which three statements describe how the strict SQL mode provides added security?()
第16题:
A Windows Azure application stores data in a SQL Azure database. The application will start an operation that includes three insert statements. You need to recommend an approach for rolling back the entire operation if the connection to SQL Azure is lost. What should you recommend?()
第17题:
Ensure that all statements execute in the same database transaction.
Create a stored procedure in the database that wraps the insert statements in a TRY CATCH block.
Create a stored procedure in the database that wraps the insertstatements in a TRANSACTION block.
Open a new connection to the database. Use a separate transaction scope to roll back the original operation.
第18题:
it supports very large data-sets such as the result-sets from large search queries to be held in memory
it provides a set of management tools that enables automation of configuration
it provides enhanced visibility across the entire application infrastructure
it significantly increases the performance of Web-based applications with no code change
第19题:
The server's SQL mode determines how the server should behave when performing data validation check and interpreting different forms of syntax
The server's SQL mode determines whether the server should be read-only or should accept commands such as INSERT and UPDATE
The server's SQL mode can be changed at the session level with a SET SESSION sql_mode=new_value command
The server's SQL mode, when globally set on a slave server, applies to events sent from the master
第20题:
He agrees at once.
He hesitates.
He rejects the idea immediately.
第21题:
It enables traffic counting and logging.
It enforces a set of rules for transit traffic.
It controls host inbound services on a zone.
It controls administrator rights to access the device.
第22题:
It can support transactions
Table contents are not saved if the server is restarted
It cannot contain text or BLOB columns
It can support foreign keys
Each table is represented on disk as an.frm file
Each table has a corresponding.MYI and .MYD file
第23题:
It can be set at the system, session, or table level.
It is used only across statements in the same session.
It can store the results from normal as well as flashback queries.
It can store the results of queries based on normal,temporary,and dictionary tables.
第24题:
It rejects statements that try to insert out-of-range values
It rejects invalid dates
It limits the operations that the server can perform
It rejects queries that produce out-of-range values
It rejects dates with zero day or month values