1Z0-061 Exam Questions
318 real 1Z0-061 exam questions with expert-verified answers and explanations. Page 3 of 7.
- Question #101Using Single-Row Functions to Customize Output
Which two statements are true regarding single row functions? (Choose two.)
single-row functionsreturn typesfunction nestingrow-level output - Question #102Using Single-Row Functions to Customize Output
Which two statements are true regarding working with dates? (Choose two.)
date storageRR date formatnumeric date formatSYSDATE - Question #103
View the Exhibit and examine the description for the CUSTOMERS table. You want to update the CUST_CREDIT_LIMIT column to NULL for all the customers, where CUST_INCOME_LEVEL has NUL...
- Question #104Using Subqueries to Solve Queries
Which two statements about sub queries are true? (Choose two.)
subquery rulesmulti-row subqueryinequality operatorsNULL in subquery - Question #105
View the Exhibit and examine the structure of the PROMOTIONS table. You have to generate a report that displays the promo name and start date for all promos that started after the...
- Question #106Introduction to SQL
Which are /SQL*Plus commands? (Choose all that apply.)
SQL*Plus commandsDESCRIBESQL vs iSQL*PlusDML commands - Question #107Using DDL Statements to Create and Manage Tables
Examine the description of the EMP_DETAILS table given below: Which two statements are true regarding SQL statements that can be executed on the EMP_DETAIL table? (Choose two.)
LONG data typeGROUP BY restrictionORDER BY restrictionLOB columns - Question #108
See the exhibit and examine the structure of the CUSTOMERS and GRADES tables: You need to display names and grades of customers who have the highest credit limit. Which two SQL sta...
- Question #109
You need to calculate the number of days from 1st Jan 2007 till date: Dates are stored in the default format of dd-mm-rr. Which two SQL statements would give the required output? (...
- Question #110
Which two are true about aggregate functions? (Choose two.)
- Question #111Using Conversion Functions and Conditional Expressions
See the structure of the PROGRAMS table: Which two SQL statements would execute successfully? (Choose two.)
NVLADD_MONTHSdata type compatibilityMONTHS_BETWEEN - Question #112
Which statement is true regarding transactions? (Choose all that apply.)
- Question #113Displaying Data from Multiple Tables using Joins
See the Exhibits and examine the structures of PRODUCTS, SALES and CUSTOMERS table: You issue the following query: Which statement is true regarding the outcome of this query?
NATURAL JOINcolumn qualifiermulti-table joinjoin syntax rules - Question #114Creating Other Schema Objects
You work as a database administrator at ABC.com. You study the exhibit carefully. You want to create a SALE_PROD view by executing the following SQL statements: Which statement is...
CREATE VIEWGROUP BY in viewDML restrictionsview definition - Question #115Using DDL Statements to Create and Manage Tables
Which three statements are true regarding the data types in Oracle Database 10g/11g? (Choose three.)
BLOB data typeVARCHAR2CHAR blank-paddingLONG data type - Question #116Manipulating Data
Which three are true? (Choose three.)
MERGE statementINSERTUPDATEDML operations - Question #117Creating Other Schema Objects
Which two statements are true regarding views? (Choose two.)
viewsDISTINCT keywordROWNUM pseudo-columnDML restrictions - Question #118
Examine the structure of the EMPLOYEES and NEW_EMPLOYEES tables: Which DELETE statement is valid?
- Question #119
View the Exhibits and examine the structures of the PROMOTIONS and SALES tables. Evaluate the following SQL statements: Which statement is true regarding the output of the above qu...
- Question #120
Examine the structure of the EMPLOYEES table: Which UPDATE statement is valid?
- Question #121
View the Exhibit and evaluate structures of the SALES, PRODUCTS, and COSTS tables. Evaluate the following SQL statements: Which statement is true regarding the above compound query...
- Question #122Retrieving Data using the SQL SELECT Statement
The PRODUCTS table has the following structure: Evaluate the following two SQL statements: Which statement is true regarding the outcome?
SQL comparisonquery outcomesNULL handlingORDER BY behavior - Question #123
Which statements are correct regarding indexes? (Choose all that apply.)
- Question #124
You work as a database administrator at ABC.com. You study the exhibit carefully. Exhibit: Which two SQL statements would execute successfully? (Choose two.)
- Question #125Controlling User Access
Examine these statements: CREATE ROLE registrar; GRANT UPDATE ON student_grades TO registrar; GRANT registrar to user1, user2, user3; What does this set of SQL statements do?
CREATE ROLEGRANT privilegerole managementuser access control - Question #126
Examine the structure of the MARKS table: Which two statements would execute successfully? (Choose two.)
- Question #127
You are currently located in Singapore and have connected to a remote database in Chicago. You issue the following command: PROMOTIONS is the public synonym for the public database...
- Question #128Using Subqueries to Solve Queries
Evaluate the following two queries: Which statement is true regarding the above two queries?
query performanceNULL valuesNVLsubquery optimization - Question #129
View the Exhibit and examine the structure of the CUSTOMERS and CUST_HISTORY tables. The CUSTOMERS table contains the current location of all currently active customers. The CUST_H...
- Question #130
You created an ORDERS table with the following description: You inserted some rows in the table. After some time, you want to alter the table by creating the PRIMARY KEY constraint...
- Question #131Controlling User Access
Which object privileges can be granted on a view?
object privilegesviewsGRANT on viewDML privileges - Question #132
View the Exhibit and examine the structure of the CUSTOMERS table. you issue the following SQL statement on the CUSTOMERS table to display the customers who are in the same country...
- Question #133
The STUDENT_GRADES table has these columns: Which statement finds students who have a grade point average (GPA) greater than 3.0 for the calendar year 2001?
- Question #134
View the Exhibit and examine the data in the PROMOTIONS table. You need to display all promo categories that do not have 'discount' in their subcategory. Which two SQL statements g...
- Question #135Reporting Aggregated Data using the Group Functions
See the Exhibit and examine the structure of the PROMOTIONS table: Using the PROMOTIONS table, you need to find out the average cost for all promos in the range $0-2000 and $2000-5...
CASE expressiongroup functionsAVGconditional aggregation - Question #136
You work as a database administrator at ABC.com. You study the exhibit carefully. and examine the structure of CUSTOMRS AND SALES tables: Evaluate the following SQL statement: Whic...
- Question #137Displaying Data from Multiple Tables using Joins
Which two statements are true regarding the USING and ON clauses in table joins? (Choose two.)
USING clauseON clauseequijointable joins - Question #138Manipulating Data
Examine the structure of the EMPLOYEES table: Which INSERT statement is valid?
INSERT statementcolumn listDML syntaxcase sensitivity - Question #139Controlling User Access
The user Alice wants to grant all users query privileges on her DEPT table. Which SQL statement accomplishes this?
GRANTPUBLICSELECT privilegeobject privileges - Question #140Introduction to SQL
Which is an iSQL*Plus command?
iSQL*Plus commandsDESCRIBESQL vs environment commands - Question #141
You work as a database administrator at ABC.com. You study the exhibit carefully. Using the PROMOTIONS table, you need to display the names of all promos done after January 1, 2001...
- Question #142Using DDL Statements to Create and Manage Tables
See the Exhibit and examine the structure of the SALES, CUSTOMERS, PRODUCTS and ITEMS tables: The PROD_ID column is the foreign key in the SALES table, which references the PRODUCT...
CREATE TABLE AS SELECTNOT NULL constraintsFOREIGN KEYconstraint inheritance - Question #143Using Conversion Functions and Conditional Expressions
You need to display the date 11-Oct-2007 in words as `Eleventh of October, Two Thousand Seven'. Which SQL statement would give the required result?
TO_CHARdate format modelsspell out numbersfm modifier - Question #144Using the SET Operators
Which statement is true regarding the INTERSECT operator?
INTERSECT operatorSET operatorscolumn compatibilityNULL handling - Question #145
You work as a database administrator at ABC.com. You study the exhibit carefully and examine the structure of CUSTOMRS AND SALES tables. Evaluate the following SQL statement: Which...
- Question #146
The STUDENT_GRADES table has these columns: STUDENT_ID. NUMBER(12) SEMESTER_END. DATE GPA. NUMBER(4, 3) The registrar has asked for a report on the average grade point average (GPA...
- Question #147
You work as a database administrator at ABC.com. You study the exhibit carefully. Evaluate the following query: The above query produces an error on execution. What is the reason f...
- Question #148
Which statement is true regarding synonyms?
- Question #149
Which one is a system privilege?
- Question #150
What is true about sequences?