databases Online Quiz - 214
Description: databases Online Quiz - 214 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
We cannot declare the same exception in two different blocks
which statement(s) does the following If @variable is NULL return '5', else return @variable
I want my row numbers to come up as 1,2,2,2,3 while using a ranking function. Which ranking function should I use?
What is UNIX equalent of deltree (MS-DOS) command.
Below is not in the steps to build the Dataware House :
Process in which data from disparate, homogeneous or heterogeneous systems is cleansed, aggregated, consolidated, de-normalized and loaded into a single database or data warehouse after applying business rules is :
Can you convert a snowflake schema in to star schema?
Is Data modelling and Dimensional modelling same?
Which one is not the technique in ER modelling?
Select the correct order of clauses
CREATE SET TABLE A (A Integer, B Integer) Unique Primary Index (A) INSERT INTO Table A (1, 2) INSERT INTO Table A (1, 1) UPDATE Table A SET b = b + 1 WHERE b = 1. Which statement is correct?
What is the displayed result of the following: SELECT 3 / 4 * 100?
In a Join, when is the ON clause required?
What is the result of the following SQL statement? SELECT INDEX (SUBSTRING ('RALPH JOHNSON' FROM 6 FOR 5), 'OHN');
Which type of table provides the DDL, but does not share the data
Which commands do the same thing?
Which operator works like an OUTER JOIN?
Which function return NULL when X = Y and X when it does not?