-
-
Result of Max(sysdate) - Min(sysdate)
I have some confusion about this question, Max(sysdate) - Min(sysdate) i think the answer is zero but give some detail description about this.....!
-
-
-
-
-
What is the difference between entity and attribute?
To put the definition of an entity is an entity is a single person, place, or thing about which data can be stored. That is in other words for example when one wants to store information about STUDENT then it has details like studentno, student name, address for communication, phone number, class of the student and so on. All of these details together is placed in the entity or table called as STUDENT....
-
-
-
-
-
-
-
SQL Commands to Manipulate Oracle Database Structures
Which is the subset of SQL commands used to manipulate Oracle database structures, including tables?
-
Finding errors from Pl/SQL package
How to check errors from plsql package not by log file not by "show err"from sql * plus provided concurrent program name
-
-
What is meant by deadlock in database?
Transaction is unit of work done. So a database management system will have number of transactions. There may be situations when two or more transactions are put into wait state simultaneously .In this position each would be waiting for the other transaction to get released. Suppose we have two transactions one and two both executing simultaneously. In transaction numbered one we update student table...
-
-
-
Oracle Basics Interview Questions
Ans