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 |
Does group by remove duplicates?
What are dml commands?
How do I count rows in sql query?
How you improve the performance of sql*loader? : aql loader
How to make a copy values from one column to another in sql?
Is left join faster than inner join?
Can we use having without group by in sql?
----> There is a table T with two columns C1 and C2. The data is as below: C1 C2 1 4 2 5 3 6
What is field delimiter?
Can we use ddl statements in stored procedure sql server?
What are primary key and foreign key and how they work?
What is difference between mysql and postgresql?