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
How to define output parameters in stored procedures?
What are the steps to process a single select statement?
explain different types of jions with examples briefly?
What is a with(nolock)?
How to Install SQL SERVER 2005 remotely?
What is trace flag in sql server?
What is a subquery in a select query statement in ms sql server?
What is data mart? : sql server analysis services, ssas
What is after dml trigger?
Can a table be moved to different filegroup?
What happens if ntwdblib.dll is missing on your machine?
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?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)