1Z0-061 Exam Details

  • Exam Code
    :1Z0-061
  • Exam Name
    :Oracle Database 12c: SQL Fundamentals
  • Certification
    :Oracle Certifications
  • Vendor
    :Oracle
  • Total Questions
    :339 Q&As
  • Last Updated
    :Oct 10, 2022

Oracle 1Z0-061 Online Questions & Answers

  • Question 221:

    The DBA issues this SQL command:

    CREATE USER scott IDENTIFIED by tiger; What privileges does the user Scott have at this point?

    A. no privileges
    B. only the SELECT privilege
    C. only the CONNECT privilege
    D. all the privileges of a default user

  • Question 222:

    Which tasks can be performed using SQL functions that are built into Oracle database? (Choose three.)

    A. finding the remainder of a division
    B. adding a number to a date for a resultant date value
    C. comparing two expressions to check whether they are equal
    D. checking whether a specified character exists in a given string
    E. removing trailing, leading, and embedded characters from a character string

  • Question 223:

    SLS is a private synonym for the SH.SALES table.

    The user SH issues the following command:

    DROP SYNONYM sls;

    Which statement is true regarding the above SQL statement?

    A. Only the synonym would be dropped.
    B. The synonym would be dropped and the corresponding table would become invalid.
    C. The synonym would be dropped and the packages referring to the synonym would be dropped.
    D. The synonym would be dropped and any PUBLIC synonym with the same name becomes invalid.

  • Question 224:

    Which best describes an inline view?

    A. a schema object
    B. a sub query that can contain an ORDER BY clause
    C. another name for a view that contains group functions
    D. a sub query that is part of the FROM clause of another query

  • Question 225:

    What is true about sequences?

    A. The start value of the sequence is always 1.
    B. A sequence always increments by 1.
    C. The minimum value of an ascending sequence defaults to 1.
    D. The maximum value of descending sequence defaults to 1.

  • Question 226:

    Examine the structure of the EMP_DEPT_VU view:

    Which SQL statement produces an error?

    A. SELECT *FROM emp_dept_vu;
    B. SELECT department_id, SUM(salary) FROM emp_dept_vu GROUP BY department_id;
    C. SELECT department_id, job_id, AVG(salary) FROM emp_dept_vu GROUP BY department_id, job_id;
    D. SELECT job_id, SUM(salary) FROM emp_dept_vu WHERE department_id IN (10, 20) GROUP BY job_id HAVING SUM(salary) > 20000;
    E. None of the statements produce an error; all are valid.

  • Question 227:

    Which two statements are true regarding working with dates? (Choose two.)

    A. The default internal storage of dates is in the numeric format.
    B. The RR date format automatically calculates the century from the SYSDATE function but allows the user to enter the century if required.
    C. The default internal storage of dates is in the character format.
    D. The RR date format automatically calculates the century from the SYSDATE function and does not allow the user to enter the century.

  • Question 228:

    View the Exhibits and examine the structure of the products and sales tables. Exhibit 1:

    Exhibit 2:

    Which two SQL statements would give the same output? (Choose two.)

    A. SELECT prod_id FROM productsINTERSECTSELECT prod_id FROM sales;
    B. SELECT prod_id FROM productsMINUSSELECT prod_id FROM sales;
    C. SELECT DISTINCT p.prod_idFROM products p JOIN sales sON p.prod_id=s.prod_id;
    D. SELECT DISTINCT p.prod_idFROM products p JOIN sales sON p.prod_id s.prod_id;

  • Question 229:

    There is a simple view SCOTT.DEPT_VIEW on the table SCOTT.DEPT.

    This insert fails with an error:

    SQL> insert into dept_view values('SUPPORT','OXFORD'); insert into dept_view values('SUPPORT','OXFORD')

    *

    ERROR at line 1:

    ORA-01400: cannot insert NULL into ("SCOTT"."DEPT"."DEPTNO")

    What might be the problem?

    A. The INSERT violates a constraint on the detail table.
    B. The INSERT violates a constraint on the view.
    C. The view was created as WITH READ ONLY.
    D. The view was created as WITH CHECK OPTION.

  • Question 230:

    Examine the data in the ORD_ITEMS table:

    Evaluate the following query:

    Which statement is true regarding the outcome of the above query?

    A. It gives an error because the having clause should be specified after the group by clause.
    B. It gives an error because all the aggregate functions used in the having clause must be specified in the select list.
    C. It displays the item nos with their average quantity where the average quantity is more than double the minimum quantity of that item in the table.
    D. It displays the item nos with their average quantity where the average quantity is more than double the overall minimum quantity of all the items in the table.

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Oracle exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 1Z0-061 exam preparations and Oracle certification application, do not hesitate to visit our Vcedump.com to find your solutions here.