![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() Related Questions Latest Answer : REF CURSOR - This cursor could be used for processing more than one SELECT query. NORMAL COUSIR - This cursor could be ... Read Answers (11) | Asked by : SaratKumar Latest Answer : 8i-materilized views, instead of triggers, support internet, granting of columns
9i-timestamp, rename of column, new datatypes, rank, dense_rank, 9i joins ... Read Answers (9) | Asked by : Reddeppa Latest Answer : Snapshot and materialized view are almost same same but with one difference.You can say that materialized view =snapshot + query rewrite functionalityquery rewrite functionality:In materialized view you can enable or disable query rewrite option. ... Latest Answer : Index will only help you in searching the data but unique index will provide uniqueness to the indexed column. But in both the cases NULL values are allowed to insert. ... Latest Answer : TRUNC and TRUNCATE are 2 different functions, above you mentioned only the TRUNC functiontruncate table will delete all records of the table ... Read Answers (4) | Asked by : Josna Latest Answer : Oracle uses all three files (tnsnames.ora, sqlnet.ora, listener.ora) for network configuration.tnsnames.ora A tnsnames.ora file maps net service names to connect descriptors. In simple words, tnsnames.ora file provides the ability to reference oracle ... What is the difference between Varray And Nested Table? Latest Answer : They are Oracle data types those who knoww any language like C and java then it is easy to understand the concept of Varray, as it is related to ARRAY structure of C or java language. where as Nested Table concept is related to Struct data type of ... What is the difference between pair wise & non pair wise comparison in a multiple column subquery. In which case are these used? Latest Answer : In pair wise comparison we write like this:"where (MGR_ID, DEPT_ID) IN (SUBQUERY)"IN non pair wise comparison we write like this:"where (MGR_ID) IN (SUBQUERY)and (DEPT_ID) IN (SUBQUERY)"In first one we are checking two columns simultaneously ... Query 1.
SELECT sal FROM emp e WHERE sal < any (SELECT sal FROM empWHERE empno=e.mgr)
(o/p:11 row)
Query 2.
SELECT SAL FROM emp e WHERE sal < any (SELECT sal FROM empWHERE mgr=e.empno)
(o/p:1 Latest Answer : These both are correlated subqueries.In the first one, we are knowing the salaries of employees who are earning less than there manager.In the second one we are knowing about the salaries of managers who are earning less than their employees whom they ... What is the main difference between the functions of DB_BUFFER_CACHE and LIBRARY_CACHE? Latest Answer : DB Buffer cache: when a query is executed then server process looks for block in buffer cache. If the block is not available in buffer cache then server process reads the block from data files.Library cache:It contains the informations of most recently ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||