How to select oracle sequence from different schema and How to select oracle sequence from different Databases. Explain with example
1 5287One Table having two rows with one colomn having values Like"Male" and "Female". how to upadte these values Like "Female" and "Male" in single update statement.
6 16007in account table account type amount ac1 credit 300 ac2 debit 5000 ac3 credit 3000 ac1 debit 4000 ac3 debit 2000 ac2 credit 4000 write a query how to get sum of credit & sum of debit
3 5650acname actype amount ac1 credit 300 ac2 credit 4000 ac1 debit 4000 ac2 debit 455 ac1 credit 500 how to get sum of credit and sum of debit for each account
2 5503Post New Polaris Oracle General Interview Questions
Mention what is the role of datacontext classes in linq?
What happens when you execute python == python?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
What is the installation id?
What is latest version of asp.net mvc? : Asp.Net MVC
What is function prototype in c with example?
what's the best movie you've seen in the last year?
What is the benefit of using guard statement in swift?
What are the advantages of yii framework?
Explain whats flask?
Do you know what are the reporting services components?
Tell me should I use print “$a dollars” or “{$a} dollars” command to print out the value of dollars in this case?
explain how to write vb script in qtp?when will you write own script?
How to delete a node from linked list w/o using collectons?
how do u compile rpgle program?