how to create a primary key with out creating an index?
Answer Posted / joseph
useing the constraints
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What are the different sql commands?
What view means?
What is trigger and types?
What is the reports view in oracle sql developer?
What are the different types of tables 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
What is the difference between database trigger and stored procedure?
What does (*) mean in sql?
what is query cache in mysql? : Sql dba
What is numeric function sql?
What is sql clause?
How do you respond to dementia behavior?
what is recursive stored procedure? : Sql dba
What are stuff and replace function?
what are all the different types of indexes? : Sql dba