is there more the two primary key in a single table?
Answer Posted / sandesh kadam
No,
| Is This Answer Correct ? | 34 Yes | 12 No |
Post New Answer View All Answers
Mention a few common trace flags used with sql server?
What are the recovery models for a database?
Explain intellisense for query editing
Does order by actually change the order of the data in the tables or does it just change the output?
What are the operating modes in which database mirroring runs?
Why variables called the most powerful component of ssis?
Explain microsoft sql server functions?
Hi, I Created 3 Tables Person(PersID[prkey],Name,Email,Password), Project(ProjName,ProjID[prkey],ProjLeader,ProjManager) & ProjectInvolvement(EntryDate,ProjID[frkey],PersID[frkey],ProjDuration). For this how can i INSERT,UPDATE & DELETE Through PROCEDURE? Please Post the Answer for me. Desai.
Explain how to send email from sql database?
What is Replication?
How can we call UDF(User Define Function) using C# code in ASP.net ?
How to create a view and a stored procedure in ms sql server using "create view/procedure" statements?
How to Sync Two SQL Azure Databases?
What are wait types?
What is nolock hint in sql server 2008