Free Oracle 1Z0-909 Exam Braindumps (page: 2)

Examine these statements:
SET collation_connection=utf8mb4_0900_as_cs;
SELECT STRCMPCAlice', UCASE ('Alice* )) ;
What is displayed?

  1. 0
  2. ERROR: 1267 (HYOOO): Illegal mix of collations
  3. -1
  4. NULL
  5. 1

Answer(s): C



Examine these commands and output:



Which is true?

  1. Existing emp_vuL is dropped and a new emp_vu1 created with the new definition.
  2. A new view is created because the previous was dropped on execution of the drop table statement.
  3. It returns an error because the CREATE TABLE statement automatically recreated the view.
  4. It returns an error because the DROP TABLE statement did not drop the view.

Answer(s): D



Which select statement returns true?

  1. SELECT NULL <> NULL;
  2. SELECT NULL <=> NULL;
  3. SELECT NULL = NULL;
  4. SELECT NULL := NULL;

Answer(s): B



Examine the structure of the emp table:



Examine the structure of the emp_vu1 view based on the emp table:



Now, examine this statement:
mysq1> INSERT INTO emp_vul VALUES ('Alice',20000) ;
What is true about executing the statement?

  1. It inserts a row in the emp table.
  2. It returns an error because an insert operation is not allowed on views.
  3. It inserts a row in the view only.
  4. It returns an error because the PRIMARY ACCOUNT column is not selected for the view definition.

Answer(s): A






Post your Comments and Discuss Oracle 1Z0-909 exam prep with other Community members:

1Z0-909 Exam Discussions & Posts