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.
What is ddl command?
What is set nocount on?
A trigger can reference objects outside the current database? State true or false.
How to view the error log for any specific instance? : sql server database administration
What is difference between unique and primary key?
‘Order by’ is not allowed in a view how can you sort information from a view?
List out the difference between union and union all in sql server?
What command do we use to rename a db, a table and a column?
What are information schema views?
what is a major difference between sql server 6.5 and 7.0 platform wise? : Sql server database administration
How to store and query spatial data?
Explain the working of sql privileges?
Explain about local stored procedure?
What are a scheduled jobs?