How to use "if" statements on multiple conditions?
No Answer is Posted For this Question
Be the First to Post Answer
10)In an RDBMS, the information content of a table does not depend on the order of the rows and columns. Is this statement Correct? A)Yes B)No C)Depends on the data being stored D)Only for 2-dimensional tables
What is proxy method?
I have table-A(1,2,3)& table-B(3,4,5).what is the different b/w below questions? A union all B? B union all A?
Why do we use coalesce function in oracle?
what are actual and formal parameters?
Why do we need integrity constraints in a database?
Explain the difference between replace() and translate() functions in oracle?
What is autonomous transaction?
State and explain about oracle instance?
What does a Control file Contain ?
how to find count rows in table without count function?
why you need store procedure ? where do we use it in a Java project? can you get the code for as store procedure using in Java?