Category: Oracle >> 1z0-061 v.2
Which statement is true regarding the default behavior of the order by clause?Character Strings and DatesCharacter strings and date values are enclosed with single quotation marks. Character values are case-sensitive and date values are...
Which three tasks can be performed using SQL functions built into Oracle Database? Question: Which three tasks can be performed using SQL functions built into Oracle Database? Options: Displaying a date in a nondefault...
Which normal form is a table in if it has no multi-valued attributes and no partial dependencies? Question: Which normal form is a table in if it has no multi-valued attributes and no partial...
Which statement is true regarding the UNION operator?The SQL UNION query allows you to combine the result sets of two or more SQL SELECT statements. It removes duplicate rows between the variousSELECT statements. Each...
Examine the types and examples of relationships that follow:1. One-to-one a) Teacher to students2. One-to-many b) Employees to Manager3. Many-to-one c) Person to SSN4. Many-to-many d) Customers to productsWhich option indicates the correctly matched...