Questions Related to technology

Multiple choice technology databases
  1. GRANT select, insert, update ON student_grades TO manager

  2. GRANT select, insert, update ON student_grades TO ROLE manager

  3. GRANT select, insert, modify ON student_grades TO manager WITH GRANT OPTION;

  4. GRANT select, insert, update ON student_grades TO manager WITH GRANT OPTION;

Reveal answer Fill a bubble to check yourself
D Correct answer
Multiple choice technology databases
  1. You can use aggregate functions in any caluse of the SELECT statement.

  2. You can user aggregate funcitons only in column list of select clause and where clause of select statement.

  3. You can mix single row functions with aggregate functions in the column list of a SELECT statement by grouping on single row columns.

  4. You can pass column names, expressions, constants, or functions as parameter to an aggregate function.

Reveal answer Fill a bubble to check yourself
A,D Correct answer
Multiple choice technology databases
  1. You obtain the results retrieved from the public synonym HR created by the database administrator.

  2. You obtain the results retrieved from the HR table that belongs to your schema

  3. You get an error message because you cannot retrieve from a table that has the same name as a public synonym

  4. You obtain the results retrieved from both the public synonym HR and the HR table that belongs to your schema, as a Cartesian product.

Reveal answer Fill a bubble to check yourself
B Correct answer
Multiple choice technology databases
  1. The statement produces an error at line 1.

  2. The statement produces an error at line 3

  3. The statement produces an error at line 6.

  4. The statement returns the employee name, salary, department ID, and maximum salary earned in the department of the employee for all departments that pay less salary then the maximum salary paid in the company

  5. The statement returns the employee name, salary, department ID, and maximum salary earned in the department of the employee for all employees who earn less than the maximum salary in their department.

Reveal answer Fill a bubble to check yourself
E Correct answer
Multiple choice technology platforms and products
  1. Enable the diagnostic trace service.

  2. Change the log level details to Entry and Exit.

  3. Change the WBILocationMonitor.CEI trace setting to Fine.

  4. Update the .mon file that was deployed with the application for event generation.

Reveal answer Fill a bubble to check yourself
C Correct answer