is it mandatory to select all the column in a view then what
columns should be selected
Answer Posted / guest
No, Its not mandatory.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Why we use pl sql?
What is the difference between partition and index?
How many primary keys can a table have?
what are null values? : Sql dba
What is integrity in sql?
how to delete duplicate rows from a join tables(I have three tables on that join) how do you know which join is need to be used? The select statement I have is: SELECT gc_skill_type.skill_type, gc_area_tec.area, gc_technology.technology, gc_technology.id_technology, gc_area_tec.id_area_tec FROM gc_skill_type, gc_area_tec, gc_technology WHERE gc_area_tec.id_skill_type (+) = gc_skill_type.id_skill_type AND gc_technology.id_area_tec (+) = gc_area_tec.id_area_tec order by gc_skill_type.skill_type asc, gc_area_tec.area asc, gc_technology.technology asc
Define concurrency control. : Transact sql
What is sql resultset?
What is a left join?
How insert into statements in sql?
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
What is keys and its types?
What is the difference between the implicit and explicit cursors?
What is snowflake sql?
How do I view a sql database?