What will be the output of the following
String S = 1+2+"abc" S = ?
String S1 = 1+2+"abc"+5+6 S1 = ?
how to insert the data through views? The view is depending upon more than two tables? how to update materalized views?
What are the topics in pl sql?
Which command is used to call a stored procedure?
What is the use of desc in sql?
Which certification is best for sql?
Can we want to pass a parameter payroll_id to this external pl/sql function, how do we do it?
I have done oracle 10g. I need a project knowledge. So if u please send a project how it should be done,Or you can send email link. I will be very grateful to u.
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
What is data manipulation language?
What is the best strategy to use COMMIT in a pl/sql loop?
explain commit and rollback in mysql : sql dba
what is d diff between grant,commit,rollback n savepoint