databases Online Quiz - 132
Description: databases Online Quiz - 132 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
Attempted
0/20
Correct 0
Score 0
‹
›
Which company coined the word Data Warehouse Appliance?
Choose the 3 Massively Parallel Processing (MPP) architecture based DBMS below -
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 TABLE Persons( P_Id int NOT NULL AUTO_INCREMENT=100, LastName varchar(255) NOT NULL);
what is true about function now();
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?
The OLD and NEW qualifiers can be used in which type of trigger?