GeekInterview.com
  I am new, Sign me up!
 

Oracle Basics Interview Questions


Oracle Basics Interview Questions

Questions: 49
Comments: 279
 Oracle Basics Tags
 Showing Questions 21-30 of 49 Questions
<< Previous 1 2 [3] 4 5 Next >>
 Sponsored Links

 
 Oracle Basics Interview Questions
Sorting Options :  

Create a query that will display the total no.of employees and, of that total, the no.of employees hired in 1995,1996,1997, and 1998. create appropriate column headings.

Create a matrix query to display the job, the salary for that job based on department number and the total salary for that job, for departments 20,50,80, and 90,giving each column and appropriate heading.
Read Answers (9) | Asked by : zecar

Create a query that will display the total no.of employees and, of that total, the no.of employees hired in 1995,1996,1997, and 1998. create appropriate column headings.

Write a query that displays the difference between the highest and lowest salaries. Label the column DIFFERENCE.
Read Answers (2) | Asked by : zecar

Latest Answer: SELECT job, count(*) AS no.ofemployee FROM emp GROUP BY job; ...
Read Answers (6) | Asked by : zecar

Create a query that display the last name,hire date and the day of the week on which the employee started. Label the column DAY. Order the results by the day of the week starting with Monday.LAST_NAME HIRE_DATE DAYGrant 24-MAY-99 MONDAYErnst 21-MAY-99 TUESDAYMourgos 16-NOV-99 TUESDAY------- ----- SUNDAY
Read Answers (7) | Asked by : zecar

I want to try create the database from my script which i made.can help me how to run a script. can explain me step by step because i am a starter.thank's
Read Answers (3) | Asked by : agusprg

Latest Answer: Database snapshot is a read-only view of a database. It is taken from the source database and resides on the same server as the database. A snapshot uses a sparse file to store original pages from the source database. A sparse file is empty when a snapshot ...
Read Answers (4) | Asked by : senthil

Latest Answer: rownum is the temp num assigned for the return rows per statement queryIt will change as per the query statement. It can be used with "=1" or "< 10" id number .Where as rowid is the id assigned by the Oracle while creating record in database.  It ...
Read Answers (6) | Asked by : senthil

Variable portionThe variable portion is called variable because its size (measured in bytes) can be changed. The variable portion consists of: • large pool (optional)Provides working space for rman 
Latest Answer: In SGA, variable size is combination of shared pool, Java pool and Large PoolSQL> show sga;Total System Global Area  612368384 bytesFixed Size                  ...
Read Answers (2) | Asked by : Ravi Prakash Pichika

View page << Previous 1 2 [3] 4 5 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