What is range partitioning?
what is ref cursor in pl/sql?
how to use in conditions? : Sql dba
how to decrement dates by 1 in mysql? : Sql dba
what is primary key? : Sql dba
what is self join and what is the requirement of self join? : Sql dba
What port does sql server use?
What cursor type do you use to retrieve multiple recordsets?
17 Answers Apollo, CTS, IonIdea, Microsoft, Oracle, TCS, Vmoksha, Wipro,
there is A table and B table in A table there 5 rows and in b table there are 2 rows i am firing query select * from a,b what will be the output?
What does trigger mean in slang?
Can we use having without group by in sql?
How long it takes to learn pl sql?
in sql table following column r there i want find 1st paid ,2nd paid,3rd paid date for same |service_type|date |vehicle_no| |------------|------|_---------| |paid |23 jan|MH12H2007 | | | | | |paid |26 feb|MH12H2007 | | | | | | | | | |paid |28 mar|MH12H2007 | i want o/p like below vehicle no| 1st paid date | 2nd paid date|3rd paid |latest paid date| pls help me out