SQL ,Data Warehouse and Testing Concepts
It is one place for SQL,ORACLE, datawarehouse and testing concepts
Pages
(Move to ...)
Home
SQL
DWH
UNIX
▼
19 August 2013
SQL- Temporary table in SQL SERVER
›
Temporary table in SQL SERVER Temporary table: We create temporary table for temporary storing of data as the name suggests. It is very...
18 August 2013
SQL- Difference between Local temporary table and Global temporary table
›
Q. What is the difference between Local temporary table and Global temporary table ? Local temporary table: It is prefixed with # to ...
17 August 2013
SQL Questions PART-2
›
Q What are different types of constraint in SQL ? Following are the different types of constraints in SQl:- Primary Key Constrai...
SQL-Deleting Duplicate Records from a Table
›
Q How to delete duplicate records from a table ? This is one of the famous question asked by an interviewer. Lets us see how to to...
7 comments:
‹
›
Home
View web version