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 different types of Keys? Please explain all the
keys with a suitable example.

Answer Posted / avishek patra

There are mainly two types of keys are available in SQL server
1. PK
2. FK

1.PK-- In a Table the unique key(with no repetation and does
nota take null value) is called Primary Key
2.FK-- Foreign Key when that PK refers to another table then
its called as foreign Key

Is This Answer Correct ?    39 Yes 42 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me what is a linked server?

1087


As a general practice, it is recommended to have dbo be the owner of all database objects however, in your database you find number of tables owned by a user other than dbo, how could you fix this?

1098


How do I view a trc file?

979


Explain the concept of view and Types of views in SQL server?

1037


What are the advantages of stored procedure in sql server?

933


How to handle error or exception in sql?

1040


What are the source of constraints?

980


create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration

1010


Difference between Logical Page and Physical Page in SSRS.

491


You want to implement the one-to-many relationship while designing tables. How would you do it?

997


How to insert data into an existing table?

1030


How does a profiler work?

995


How to fetch the next row from a cursor with a "fetch" statement?

1113


How do you delete a trigger?

1035


What is the benefit of normalization?

1136