GeekInterview.com
  I am new, Sign me up!
 

Oracle SQL FAQ


Oracle SQL FAQ

Questions: 202
Comments: 671
 Oracle SQL FAQ Tags
 Showing Questions 31-40 of 203 Questions
<< Previous 1 2 3 [4] 5 6 7 8 9 10 Next >>
 Sponsored Links

 
 Oracle SQL FAQ
Sorting Options :  

How to delete contents in two tables at a time? When you delete contents in one table then other table contents should also be deleted. 
Latest Answer: You may also use triggers for this purpose. But specifying on delete cascade while defining foreign key constraint is better option. ...

How to insert a record in two tables with single insert statement ? 
Latest Answer: Using merge concept, we can insert a record at a time into two tables. ...

How to export data from a SQL table to MS Excel? 
Latest Answer: using UTL_FILE ...

How to execute DOS Commands from SQL prompt? 
Latest Answer: Either you can type HOST to go into DOS prompt, use DOS commands and then type EXIT to return back.OR, if you want to run only one DOS command you can type HOST  Hope this will work for u. ...

How to handle the table level locks and column level locks? 
Latest Answer: When you are performing INSERT , DELETE , UPDATE operations on a table it implicity aquires row level locks.  If a transaction obtains a row lock for a row, the transaction also aquires a table lock for the corresponding table to prevent conflicting ...

What is CBO and RBO? What is diff between these two? 
Latest Answer: The job of optimizer is to decide the most efficient method to execute a query. There are two types of optimizers in oracle RBO or Rule Based Optimizer since v6 CBO or Cost Based Optimizer since v7 Rule based optimizer uses set of rules to decide ...

What is explain plan and what is tkproff? 
View Question | Asked by : jagadeesh9

How can you tune the query? 
Latest Answer: First look at the explain plan if there is any full scan. Then add appropriate index on columns that are used in the query. Basically, always add index on foreign key and the date columns (Most of the application access tables based on dated) ...

What is the use of Left Outer & Right Outer Join, Using Equi Join with Union we can do the outer join then why we need to go for Outer Join 
Latest Answer: By using equi join and union we can get only matched data from both tables.  But we can get unmatched data by using left outer join, and right outer join.Ex: select e.emp_name,e.salary, d.department_name from employees e, departments d where e.department_id ...

How to retrieve data from two tables of different servers 
Latest Answer: Use DB link to get data from 2 different DB on 2 different server.For example, if there are 2 DB, DB1 and DB2 Then create a link with name “DB2” in DB1.After that you can query DB2 tables In DB1, you can do Select * from EMP e, dept@DB2 ...

View page << Previous 1 2 3 [4] 5 6 7 8 9 10 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape