Tag: databases

Questions Related to databases

  1. Truncate

  2. Merge

  3. Revoke

  4. Grant


Correct Option: A
  1. select distinct * from T1

  2. select C1 from T1 order by C2

  3. select distinct C1 from T1

  4. select 12*14 from T1

  5. select C1 AS 'column1",C1 AS 'column2',C2 AS 'column1' from T1.


Correct Option: B
  1. Truncate

  2. Merge

  3. Revoke

  4. Grant


Correct Option: B
  1. floor

  2. sum

  3. variance

  4. stddev


Correct Option: D
  1. USER_VIEWS

  2. USER_TAB_COLUMNS

  3. USER_TABLES

  4. USER_OBJECTS


Correct Option: D