Which statement is true regarding the COALESCE function?()
第1题:
Which statement is true regarding the INTERSECT operator?()
第2题:
Which single access list statement will combine all four of these statements into a single statement that will have exactly the same effect()。
第3题:
Which two are true about aggregate functions? ()
第4题:
You need to configure fine-grained access control to external network resources from within your database. You create an access control list (ACL) using the DBMS_NETWORK_ACL_ADMIN package. Which statement is true regarding the ACL created?()
第5题:
You issue the following command on the RMAN prompt. RMAN> REPORT NEED BACKUP DAYS = 5 DATABASE; Which statement is true about executing this command?()
第6题:
Which statement is true regarding subqueries?()
第7题:
It can have a maximum of five expressions in a list
It returns the highest NOT NULL value in the list for all rows
It requires that all expressions in the list must be of the same data type
It requires that at least one of the expressions in the list must have a NOT NULL value
第8题:
displays only the list of default values
displays only the list of all basic parameters
displays the currently in effect parameter values
displays only the list of all advanced parameters
displays the list of all the parameter files of a database
第9题:
You can use aggregate functions in any clause of a SELECT statement.
You can use aggregate functions only in the column list of the SELECT clause and in the WHERE clause of a SELECT statement.
You can mix single row columns with aggregate functions in the column list of a SELECT statement by grouping on the single row columns.
You can pass column names, expressions, constants, or functions as parameters to an aggregate function.
You can use aggregate functions on a table, only by grouping the whole table as one single group.
You cannot group the rows of a table by more than one column while using aggregate functions.
第10题:
The LIKE operator cannot be used with single-row subqueries
The NOT IN operator is equivalent to IS NULL with single-row subqueries
=ANY and =ALL operators have the same functionality in multiple-row subqueries
The NOT operator can be used with IN, ANY, and ALL operators in multiple-row subqueries
第11题:
It ignores NULL values
Reversing the order of the intersected tables alters the result
The names of columns in all SELECT statements must be identical
The number of columns and data types must be identical for all SELECT statements in the query
第12题:
use a defaule formula of 1
use @elements and add 1 to the total
use the @count function instead of @elements
use @texttotime to ensure that all strings arte converted to date-time values
第13题:
Which three statements are true regarding subqueries?()
第14题:
Which four statements correctly describe functions that are available in SQL? ()
第15题:
Which statement regarding the contents of the V$PARAMETER view is true?()
第16题:
Which statement is true regarding Flashback Version Query? ()
第17题:
You issue the following command on the RMAN prompt. REPORT NEED BACKUP DAYS 5; Which statement is true about executing this command?()
第18题:
INSTR returns the numeric position of a named character.
NVL2 returns the first non-null expression in the expression list.
TRUNCATE rounds the column, expression, or value to n decimal places.
DECODE translates an expression after comparing it to each search value.
TRIM trims the heading of trailing characters (or both) from a character string.
NVL compares two expressions and returns null if they are equal, or the first expression of they are not equal.
NULLIF compares twp expressions and returns null if they are equal, or the first expression if they are not equal.
第19题:
access-list 10 permit 172.29.16.0 0.0.0.255
access-list 10 permit 172.29.16.0 0.0.1.255
access-list 10 permit 172.29.16.0 0.0.3.255
access-list 10 permit 172.29.16.0 0.0.15.255
access-list 10 permit 172.29.0.0 0.0.255.255
第20题:
It is a list of remote database links stored in the XML file that are available to the users of the database.
It is a list of users and network privileges stored in the XML file according to which a group of users can connect to one or more hosts.
It is a list of users and network privileges stored in the data dictionary according to which a group of users can connect to one or more hosts.
It is the list of the host names or the IP addresses stored in the data dictionary that can connect to your database through PL/SQL network utility packages such as UTL_TCP.
第21题:
It will display a list of files that need incremental backup
It will display a list of files that need backup after five days
It will display a list of files that were backed up in the last five days
It will display a list of files that have not been backed up in the last five days
It will apply the current retention policy to determine the files that need to be backed up
第22题:
Displays only the list of default values
Displays only the list of all basic parameters
Displays the currently in effect parameter values
Displays only the list of all advanced parameters
Displays the list of all the parameter files of a database
Displays the current contents of the server parameter file.
第23题:
Subqueries can contain GROUP BY and ORDER BY clauses
Main query and subquery can get data from different tables
Main query and subquery must get data from the same tables
Subqueries can contain ORDER BY but not the GROUP BY clause
Only one column or expression can be compared between the main query and subquery
Multiple columns or expressions can be compared between the main query and subquery