what the meaning of sql

Answer Posted / manoj

Structured Query Language

Is This Answer Correct ?    37 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why left join is used in sql?

518


How do I run a program in pl sql?

502


What does := mean in pl sql?

555


How many sql commands are there?

675


What is sql data?

554






What are character functions?

630


Define sql delete statement.

568


Which software is used for pl sql programming?

523


Does truncate remove indexes?

563


What is nvarchar in sql?

522


What are the benefits of pl/sql packages?

541


How do I count duplicates in sql?

550


What is the difference between view and stored procedure?

496


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

3243


What is crud sql?

543