Answer Posted / sai krishna.k
a view is nothing but a logical representation of tables.
it is also called as "virtual table".
a view may be updatable view or non updatable view.
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What is command parameter in ssrs?
What is difference between join and natural join?
Explain what role entity and relationship play in an ER diagram.
What is an execution plan? How would you view the execution plan?
What are the components of sql server service broker?
How to create a trigger for insert only?
What are approximate numeric data types in ms sql server?
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.
How to find index size for each index on table?
Explain what are partitioned views and distributed partitioned views?
What is the difference between functions and stored procedures?
Explain few examples of RDBMS?
Define cross join in sql server joins?
Explain about Normalization?
How can I check that whether automatic statistic update is enabled or not?