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 |
Are stored procedures faster than dynamic sql?
Types of optimization?
What is clustered index sql?
Is pl sql and postgresql same?
How do you create a db file?
how to achieve this problem?i am having table with two colums like empno,gender. in gender column, i am having records male,female like that .my final output will be male female 5 6
what is global temporary tables and how use that tables in pl/sql packages
Does normalization improve performance?
How many types of sql are there?
What is execute immediate?
What is pessimistic concurrency control? : Transact sql
which command using query analyzer will give you the version of sql server and operating system? : Sql dba