New Year Sale ! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Oracle 1Z0-061 Exam Questions

Status: RETIRED
Exam Name: Oracle Database 12c: SQL Fundamentals
Exam Code: 1Z0-061
Related Certification(s): Oracle Database Certification
Certification Provider: Oracle
Actual Exam Duration: 120 Minutes
Number of 1Z0-061 practice questions in our database: 339 (updated: 05-07-2020)
Expected 1Z0-061 Exam Topics, as suggested by Oracle :
  • Topic 1: Limit the rows that are retrieved by a query
  • Topic 2: Use ampersand substitution to restrict and sort output at runtime
  • Topic 3: Use character
  • Topic 4: number
  • Topic 5: and date functions in SELECT statements
Disscuss Oracle 1Z0-061 Topics, Questions or Ask Anything Related

Currently there are no comments in this discussion, be the first to comment!

Free Oracle 1Z0-061 Exam Actual Questions

Note: Premium Questions for 1Z0-061 were last updated On 05-07-2020 (see below)

Question #1

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?

Reveal Solution Hide Solution
Correct Answer: A

B is incorrect because constraints are enforced on detail tables, not on views. C and D are incorrect because the error message would be different.


Question #2

What are distinguishing characteristics of a public synonym rather than a private synonym? (Choose two.)

Reveal Solution Hide Solution
Correct Answer: B, D

Public synonyms are not schema objects and so can only be addressed directly. They can have the same names as schema objects.


Question #3

Consider these three statements:

create synonym s1 for employees; create public synonym s1 for departments; select * from s1;

Which of the following statements is correct?

Reveal Solution Hide Solution
Correct Answer: B

The order of priority is to search the schema namespace before the public namespace, so it will be the private synonym (to EMPLOYEES) that will be found.


Question #4

A view and a synonym are created as follows:

create view dept_v as select * from dept; create synonym dept_s for dept_v; Subsequently the table DEPT is dropped.

What will happen if you query the synonym DEPT_S ? (Choose the best answer.)

Reveal Solution Hide Solution
Correct Answer: D

The synonym will be fine, but the view will be invalid. Oracle will attempt to recompile the view, but this will fail.


Question #5

A sequence is created as follows:

create sequence seq1 maxvalue 50;

If the current value is already 50, when you attempt to select SEQ1.NEXTVAL what will happen?

Reveal Solution Hide Solution
Correct Answer: D

The default is NOCYCLE, and the sequence cannot advance further.



Unlock Premium 1Z0-061 Exam Questions with Advanced Practice Test Features:
  • Select Question Types you want
  • Set your Desired Pass Percentage
  • Allocate Time (Hours : Minutes)
  • Create Multiple Practice tests with Limited Questions
  • Customer Support
Get Full Access Now

Save Cancel
az-700  pass4success  az-104  200-301  200-201  cissp  350-401  350-201  350-501  350-601  350-801  350-901  az-720  az-305  pl-300  

Warning: Cannot modify header information - headers already sent by (output started at /pass.php:70) in /pass.php on line 77