Tag: databases

Questions Related to databases

This is the first column-oriented database to hit the data warehousing market.

  1. Vertica

  2. Sybase IQ

  3. ParAccel

  4. SAND


Correct Option: B
  1. Teradata

  2. DATAllegro

  3. Netezza

  4. Greenplum


Correct Option: C
  1. 30-MAR-00

  2. 31-MAR-00

  3. 15-MAR-00

  4. THERE IS NO FUNCTION LIKE LAST_DAY


Correct Option: B

What is the result of this: initsmall("GANESH");

  1. ganesh

  2. gANESH

  3. Ganesh

  4. THERE IS NO FUNCTION LIKE initsmall();


Correct Option: D

What is the result of this: initcap("gadde");

  1. GADDE

  2. Gadde

  3. gADDE

  4. THERE IS NO FUNCTION LIKE initcap();


Correct Option: B
  1. GADDE

  2. Gadde

  3. gADDE

  4. THERE IS NO FUNCTION LIKE initcap();


Correct Option: B

create global temporary table employee (eno number, ename varchar(20));

  1. Error generates

  2. Temporary table is created with name "employee" and it get removed at the end of transaction.

  3. similar to normally creating table.

  4. created in database permenantly


Correct Option: B