is it mandatory to select all the column in a view then what
columns should be selected

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the best sql course?

708


What is the difference between nvl function, ifnull function, and isnull function?

786


How do I pipe the output of one isql to another?

711


how many ways we can we find the current date using mysql? : Sql dba

802


what are all the different normalizations? : Sql dba

676






Is sql procedural language?

730


What is a field in a database?

751


How you improve the performance of sql*loader? : aql loader

742


Explain the select statement in sql?

815


Which constraints we can use while creating database in sql?

785


can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba

756


What is a recursive stored procedure?

795


What are instead of triggers?

786


Explain the difference between triggers and constraints?

701


Does a join table need a primary key?

701