-
-
How to find the Foreign keys of all child tables when pass the Parent Table name.
I developed like below.Any experts query ....please send.selecttable_name,constraint_namefrom user_cons_columns where column_name=(select a.COLUMN_NAME from user_cons_columns a,user_constraints bwhere a.TABLE_NAME=b.TABLE_NAME and b.constraint_type in ('P')and a.TABLE_NAME='DEPT')and constraint_name like '%FK%'
-
Difference between IS and AS in oracle
What is the difference between IS and AS in Oracle PL/SQL..?
-
-
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...
-
-
-
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 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....
-
-
-
Oracle Basics Interview Questions
Ans