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 use subqueries in the from clause in ms sql server?

0 Answers  


What is the stuff and how does it differ from the replace function?

0 Answers  


How we Resize table,temp table, database and log file size in SQL Server 2005

1 Answers   ABC,


What is the need for indexing?

0 Answers  


What is side by side migration in sql server?

0 Answers  






What are the differences between DDL, DML and DCL in SQL?

0 Answers   ABB, Aspire, Infogain,


What is the main difference between ‘between’ and ‘in’ condition operators?

0 Answers  


What is join and name different type of joins?

0 Answers  


how to find the particular row in table?(means suppose one table contain 10 rows , in these 10 rows how to find the particular row(example in 10 rows i want 5 row how)?

16 Answers   Accenture, IBM, Marlabs,


What are different types of subquery?

0 Answers  


What is the difference between a stored procedure and a user defined function in sql server?

2 Answers   Millennium,


How To Make password Protected SQL Server 2005 Database i.e when i open SQL Server database then ask for password.

1 Answers  


Categories