What is sorting in sql?
No Answer is Posted For this Question
Be the First to Post Answer
in sql table follw columns r their vehicle_no|servicetype|date|location| 1234 |1FS |1-JAN|PUNE| 4561 |2FS |5-JAN|PUNE| 1234 |PS |7-JAN|PUNE| 1234 |PS |15-JAN|MUMB| i want o/p below vehicleno|1fs|1fsdate|1fslocation|1ps|1PSDATE|1PSLOC|2PS|2PS DATE|2PSLOCA e.g 1234|1FS|1JAN|PUNE|1PS|7JAN|PUNE|2PS|15JAN|MUMBAI PLS help me out to execute using sql query
what command is used to create a table by copying the structure of another table including constraints ?
What are analytical functions in sql?
How do temporal tables work?
I Defined SP1, Sp2 (sp=StoreProcedures)In Package Specification but I Implemented Sp1, sp2, sp3, sp4, sp5 then What type of Error You will find????
what are the demerits of sql?
How many null values can be inserted in a coulmn whihc is unique constraint
What is Difference Between Unique and Primary Key Constraints?
How can we find duplicate records in a table?
Explain cursor types?
Where is sql database stored?
Why plvtab is considered as the easiest way to access the pl/sql table?