Which company tops the 2008 Gartner's Magic Quadrant for DW?
Oracle
IBM
Teradata
Microsoft
This is the first column-oriented database to hit the data warehousing market.
Vertica
Sybase IQ
ParAccel
SAND
Which company coined the word Data Warehouse Appliance?
DATAllegro
Netezza
Greenplum
Name the DW database recently released by Oracle in co-operation with HP -
Petadata
Exadata
Megadb
OracleMPP
Choose the 3 Massively Parallel Processing (MPP) architecture based DBMS below -
SELECT LAST_DAY('15-MAR-00') FROM DUAL.
30-MAR-00
31-MAR-00
15-MAR-00
THERE IS NO FUNCTION LIKE LAST_DAY
What is the result of this: initsmall("GANESH");
ganesh
gANESH
Ganesh
THERE IS NO FUNCTION LIKE initsmall();
What is the result of this: initcap("gadde");
GADDE
Gadde
gADDE
THERE IS NO FUNCTION LIKE initcap();
create global temporary table employee (eno number, ename varchar(20));
Error generates
Temporary table is created with name "employee" and it get removed at the end of transaction.
similar to normally creating table.
created in database permenantly