How to drop a stored function?
No Answer is Posted For this Question
Be the First to Post Answer
Suppose U install the oracle DB either enterprise edition or express edition in ur personal PC, Is there the Database has been created after ur installation if not then where the oracle's all objects with data be stored?
What is a subquery?
How to create DSN..Explain?
2 Answers Accenture, BeBo Technologies, Infosys,
Why is oracle database so popular?
How to return top 5 rows in oracle?
write a query to dispaly those name who is more than one in student table? example- in a student table sandeep kumar comes 4 times, rakesh kumar comes 2 times, ajit kumar comes 1 times so query will display sandeep kumar and rakesh kumar single times.
in 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
What are the different types of failures that occur in Oracle database?
How to join two tables in a single query using oracle?
Is rowid unique in oracle?
Explain coalesce function?
write a query to count number of alphabets in given string for example "APPLE" write a query to generate sequence from 50 to 100 write a query to display in single string "ABCD,EFGH,IJKL,PQRS"