Tag: databases

Questions Related to databases

  1. no privileges

  2. only the SELECT privilege

  3. only the CONNECT privilege

  4. all the privileges of a default user


Correct Option: A
  1. Insert

  2. Update

  3. Select

  4. Describe

  5. Delete

  6. Rename


Correct Option: D
  1. SELECT ADD_MONTHS(MAX(hire_Date), 6) FROM EMP;

  2. SELECT ROUND(hire_date)FROM EMP;

  3. SELECT sysdate-hire_date FROM EMP;

  4. SELECT TO_NUMBER(hire_date + 7)FROM EMP;


Correct Option: C
  1. none

  2. DELETE, INSERT,SELECT

  3. ALTER, DELETE, INSERT, SELECT

  4. DELETE, INSERT, SELECT, UPDATE


Correct Option: D

Top N analysis requires _____ and _____.

  1. the use of rowed

  2. a GROUP BY clause

  3. an ORDER BY clause

  4. only an inline view

  5. an inline view and an outer query


Correct Option: C,E

What is generally the most efficient way to join to join two tables in the same database?

  1. In the database

  2. using a source qualifier transformation

  3. using a joiner transformation

  4. his cannot be done in Power Center 8.x


Correct Option: B
  1. Near to source

  2. Near to target

  3. Can be placed anywhere

  4. (i)Session performance is not affected


Correct Option: A
  1. Stored procedure, Look up

  2. Stored procedure, filter

  3. Look up , joiner

  4. Filter, Expression


Correct Option: A