Answer Posted /
Is This Answer Correct ? | Yes | No |
Post New Answer View All Answers
How is the past reconstructed by archaeologists?
Which profile required to access ODI Console?
What is laravel tinker?
Which country has the worlds most powerful tank?
Tell me what does dollar sign ($) means in jquery? : jquery mobile
What is connection_loss error?
how to extend relay operating timing in 24V dc relay card (without using Timer )
What are the types of views? : sap abap data dictionary
What are the differences between a dbms and rdbms?
Is unix a coding language?
How many types of galaxies are there?
What is the relation between hudson and jenkins?
Can you define aggregate_awarness?
Suppose there is file of size 514 mb stored in hdfs (hadoop 2.x) using default block size configuration and default replication factor. Then, how many blocks will be created in total and what will be the size of each block?
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