databases Online Quiz - 132
Description: databases Online Quiz - 132 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
Which company coined the word Data Warehouse Appliance?
Name the DW database recently released by Oracle in co-operation with HP -
Choose the 3 Massively Parallel Processing (MPP) architecture based DBMS below -
SELECT LAST_DAY('15-MAR-00') FROM DUAL.
What is the result of this: initsmall("GANESH");
What is the result of this: initcap("gadde");
What is the result of this: initcap("gadde");
create global temporary table employee (eno number, ename varchar(20));
This is the name of the database object containing information about all comments on table....
CREATE TABLE Persons( P_Id int NOT NULL AUTO_INCREMENT=100, LastName varchar(255) NOT NULL);
what is true about function now();
select round(1601.916718 -3) from dual.
REPLACE('GEORGE' 'GE' NULL);
What are the Sql Cursor Attributes in Pl/sql?
How Many minimum lines of code required to compile the Pl/Sql block successfully?
Which statement removes the function?
Is it possible to use Transaction control Statements such a ROLLBACK or COMMIT in Database Trigger ?
What is true about stored procedures?
How many types of database triggers can be specified on a table ?
The OLD and NEW qualifiers can be used in which type of trigger?