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 difference between stored procedure and user defined function?
What is the use of keyword with encryption.
what is unique and xaml nonclustered index
where the connection string store in the database
What are security principals used in sql server 2005?
What is similarity and difference between truncate and delete in sql?
How can you stop stored procedures from recompiling?
What is database white box testing?
what are constraints? Explain different types of constraints? : Sql server database administration
When does the auto update index statistics feature in sql server turn itself on?q) what specific conditions database should meet, before you can bulk copy data into it using bcp?
What is hierarchy, what are its types and difference between them? : sql server analysis services, ssas
What is the chart in report?
What is the difference between rank and dense_rank?
what are defaults? Is there a column to which a default can't be bound? : Sql server database administration
How to locate and take substrings with charindex() and substring() functions?