is it mandatory to select all the column in a view then what
columns should be selected
Answers were Sorted based on User's Feedback
Answer / sundeep
no.view is nothing but virtual table.a view is like a instance variable for a query.if the query length is long and it used for more than twice then we go for views. In these views we will select the columns which are to be used in a table.
| Is This Answer Correct ? | 1 Yes | 0 No |
1. what is the exact use of hint in sql. 2. How we can avoid index scan in sql even though index is there in the table.
What is error ora-01000: maximum open cursors exceeded
Which software is used for pl sql programming?
What is normalization? dec 2009
What are the conditions an underlying table must satisfy before a cursor can be used by a positioned update or delete statement? : Transact sql
How to fetch records from a partitioned table?
What is benefit of creating memory optimized table?
Which column of the user triggers data dictionary view displays the database event that will fire the trigger?
What is the life of an sql statement?
select * from emp where sal in(select max(sal) from emp) here there is any limit for in operator how many values accpect ?
What is faster join or subquery?
Can we join same table in sql?
Oracle (3259)
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)