Answer Posted / sreekanth
No, View is a logical table associated with a query.
It will not store any data in it.
Only the query with which the view is created is stored in
the database.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What are sql procedures?
how would you write a query to select all teams that won either 2, 4, 6 or 8 games? : Sql dba
how to select unique records from a table? : Sql dba
what are the different tables present in mysql? : Sql dba
What is pl sql variable?
what are the differences between procedure-oriented languages and object-oriented languages? : Sql dba
What are records give examples?
what is recursive stored procedure? : Sql dba
Does a join table need a primary key?
Is full outer join same as cross join?
explain the options of myisamchk to improve the performance of a table. : Sql dba
Explain the uses of a database trigger?
Is it possible to create the following trigger: before or after update trigger for each row?
Can we join same table in sql?
Define concurrency control. : Transact sql