A.Transaction support
B.FULLTEXT indexing for text matching
C.Table and page level locking support
D.Foreign key support
E.Geospatial indexing
F.HASH index support
G.Table level locking only
第1题:
A.It can support transactions
B.Table contents are not saved if the server is restarted
C.It cannot contain text or BLOB columns
D.It can support foreign keys
E.Each table is represented on disk as an.frm file
F.Each table has a corresponding.MYI and .MYD file
第2题:
Which three are distinctions between asymmetric and symmetric algorithms? ()
第3题:
Which two are valid locking levels that are used by transactions in an Oracle database?()
第4题:
When monitoring a system using vmstat with an interval, which of the following conclusions should be drawn about the metrics under page pi and page po?()
第5题:
What is true regarding InnoDB locking?()
第6题:
Which three statements are characteristic of the MEMORY storage engine?()
第7题:
You are testing an existing ASP.NET page. The page includes a text box. You are able to execute malicious JavaScript code by typing it in the text box and submitting. You need to configure the page to prevent JavaScript code from being submitted by the text box. In the @ Page directive, which attribute should you set to true?()
第8题:
InnoDB uses row and table-level locks, but row locks are not escalates
InnoDB locks only those rows that are updated
InnoDB only uses row locks, not page or table-level locks
InnoDB row locks may be escalated to page or table-level locks
InnoDB uses row-level or table-level locks depending on the number of rows affected
第9题:
Transaction support
FULLTEXT indexing for text matching
Table and page level locking support
Foreign key support
Geospatial indexing
HASH index support
Table level locking only
第10题:
Lube oil pressure and temperature
jacket water pressure and temperature
Engine over-speed
Lube oil sump level
第11题:
row level
block level
object level
schema level
database level
第12题:
A
B
C
D
E
第13题:
The most commonly used locking level in implementing concurrency control is at which of the following levels?
A.database
B.table
C.record
D.field
第14题:
Which ensures that a JSP response is of type "text/plain"?()
第15题:
Which three benefits are realized by implementing Wireless LAN Solution Engine (WLSE)?()
第16题:
Which statements are true regarding the concept of problems and incidents in the fault diagnosability infrastructure for Oracle Database 11g?()
第17题:
Which three are properties of the MyISAM storage engine?()
第18题:
The InnoDB engine has a feature known as clustered indexes. Which three statements are true about clustered indexes as used in InnoDB?()
第19题:
improved WLAN security
simplified AP deployment
dynamic RF management
on-demand location of rogue APs
system-wide control of status and alarm monitoring
automatic channel and power level adjustment
第20题:
A primary key must exist for creation of a clustered index
A clustered index allows fulltext searching within InnoDB
The first unique index is always used as a clustered index and not a primary key
A clustered index provides direct access to a page containing row data
If no indexes exist, a hidden clustered index is generated based on row IDs
A primary key is used as a clustered index
A clustered index is a grouping of indexes from different tables into a global index for faster searching
第21题:
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
第22题:
the EnableEventValidation attribute
the ResponseEncoding attribute
the ValidateRequest attribute
the Strict attribute
第23题:
<%@ page mimeType=text/plain %>
<%@ page contentType=text/plain %>
<%@ page pageEncoding=text/plain %>
<%@ page contentEncoding=text/plain %>
<% response.setEncoding(text/plain); %>