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...

1.can we set the more than 1 primary keys for a table?
2.please give me the difference between Cluster Index and
non-Clustered Index
3.can we use query like this "Select * from Table1,Table2;"

Answer Posted / prasanna

1.We cant see more than one primary key for the table,
however we could create composite index using clustered
index in a table.
2.Clustered index - Order the data in the physical order.
Non clustered index does not order the data
3.We can select both the table using that script which u
mentioned.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is usually the first word in a sql query?

1174


What is difference between stored procedure and user defined function?

1170


What is difference in performance between insert top (n) into table and using top with insert?

1122


What is sparse columns of sql server 2008?

1099


What are joins in sql and what are the different types of joins?

1061


How to get a list of all tables with "sys.tables" view in ms sql server?

1085


What is the difference between rank and dense_rank?

1164


How to make a column nullable?

1179


Write a sql query to display the current date?

1145


What is cached report?

150


what stored procedure would you use to view lock information? : Sql server administration

1023


If a user does not have permission to a table, but has permission to a view created on it, will he be able to view the data in table?

980


What are click through reports?

149


How to list all triggers in the database with sys.triggers in ms sql server?

1128


What do you mean by authentication modes in sql server?

1135