Answer Posted / o.sridevi
many number of tables can create but not at a time one after one
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
What is cross join sql?
What are the types of keys?
Why we use sql profiler?
What is pls integer?
List and explain the different types of join clauses supported in ansi-standard sql?
What does subquery mean in sql?
What is sqlcontext?
What is the use of procedures?
How many clustered indexes can you have?
What is pl sql commands?
How to create an array in pl/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
What are the types of join and explain each?
Which function is used to return remainder in a division operator in sql?
what are the limitations of mysql in comparison of oracle? Mysql vs. Oracle. : Sql dba