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


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.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

How to define output parameters in stored procedures?

0 Answers  


What are the steps to process a single select statement?

0 Answers  


explain different types of jions with examples briefly?

3 Answers   Zensar,


What is a with(nolock)?

0 Answers  


How to Install SQL SERVER 2005 remotely?

1 Answers   IBM,


What is trace flag in sql server?

0 Answers  


What is a subquery in a select query statement in ms sql server?

0 Answers  


What is data mart? : sql server analysis services, ssas

0 Answers  


What is after dml trigger?

0 Answers  


Can a table be moved to different filegroup?

0 Answers  


What happens if ntwdblib.dll is missing on your machine?

0 Answers  


create procedure proc1 (@a int) as begin if @a=1 create table #temp(a1 int) else create table #temp(a1 int) end while executeing the above code it shows error like '#temp already exist' .why it shows an error?

8 Answers   IBM,


Categories