Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What Are Three Rules to Use UNION IN SQL SERVER



What Are Three Rules to Use UNION IN SQL SERVER..

Answer / saravakumar

UNION RULES
A UNION must be composed of two or more SELECT statements,
each separated by the keyword UNION.
Each query in a UNION must contain the same columns,
expressions, or aggregate functions, and they must be listed
in the same order.
Column datatypes must be compatible: They need not be the
same exact same type, but they must be of a type that SQL
Server can implicitly convert.

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More SQL Server Interview Questions

Why you need indexing? Where that is stored and what you mean by schema object? For what purpose we are using view?

0 Answers  


How to test a dml trigger in ms sql server?

0 Answers  


What is page in sql server?

0 Answers  


What is simple indexing method?

0 Answers  


What is the difference between a check constraint and a rule?

0 Answers  


How to write a query with an inner join in ms sql server?

0 Answers  


What is 1nf 2nf and 3nf?

0 Answers  


How do I compare two values when one value(data type) is char and the other is an integer?

3 Answers  


What is MSDE?

2 Answers  


Do you know what is a trace frag? Where do we use it?

0 Answers  


Is mysql the same as sql server?

0 Answers  


What is the purpose of a table?

0 Answers  


Categories