Answer Posted / naren
it will allocate more space on disk.
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
Explain how to send email from sql database?
Can we deploy SSRS reports on our personal website?
on line cluster can we make if yes tell me the procedure
how to define testing of network layers? : Sql server database administration
Why truncate is ddl?
explain what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
What is difference between join and natural join?
What are different types of statements that are supported by sql?
How can you list all the columns in a database?
How to create dbo table in sql server?
What is stored in the mssqlsystemresource database? : sql server database administration
What is the main difference between ‘between’ and ‘in’ condition operators?
How to create percentile function?
What is the difference between the application object and session object?
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.