Answer Posted / sadiq
code pade means to identify characters it might be different languages like japanese,german,english
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a left join?
write an sql query to find names of employee start with 'a'? : Sql dba
Which is faster count (*) or count 1?
How to fetch values from testtable1 that are not in testtable2 without using not keyword?
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 does (*) mean in sql?
Describe different types of general function used in sql?
can sql servers linked to other servers like oracle? : Sql dba
What is the left table in sql?
how to include comments in sql statements? : Sql dba
The select into statement is most often used to create backup copies of tables or for archiving records?
What is online transaction processing (oltp)?
What is sql select statement?
Explain constraints in sql?
Why does sql need a server?