1z1-061 무료 덤프문제 온라인 액세스
| 시험코드: | 1z1-061 |
| 시험이름: | Oracle Database 12c: SQL Fundamentals |
| 인증사: | Oracle |
| 무료 덤프 문항수: | 340 |
| 업로드 날짜: | 2026-07-17 |
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?
View the Exhibit and examine the structure of ORD and ORD_ITEMS tables.
The ORD_NO column is PRIMARY KEY in the ORD table and the ORD_NO and ITEM_NO columns are composite PRIMARY KEY in the ORD_ITEMS table.
Which two CREATE INDEX statements are valid? (Choose two.)
Which three statements are true regarding the data types in Oracle Database 10g/11g?
(Choose three.)

