GeekInterview.com
  I am new, Sign me up!
 

Oracle SQL FAQ


Oracle SQL FAQ

Questions: 202
Comments: 669
 Oracle SQL FAQ Tags
 Showing Questions 81-90 of 203 Questions
<< Previous 5 6 7 8 [9] 10 11 12 13 14 Next >>
 Sponsored Links

 
 Oracle SQL FAQ
Sorting Options :  

How to obtain employees who earn sal greater than avg sal in the given deptment in classic emp, dept tables
Read Answers (3) | Asked by : sachin

Using the following Customer, Country and Orders tables: Customer Table c_id c_name c_country_id 1 John 1 Country Table country_id Name 1 US 2 UK Orders Table o_id c_id Qty o_deliver_country_id 1 1 10 1 2 1 20 2
I need the following output in SQLc_id c_name c_country_lives qty o_deliver_country 1 john US 10 US 2 john US  
Read Answers (2) | Asked by : Kallu1

View Question | Asked by : suneetharoy

For example In my table one datetime field example modified_date_time.its displaying 2006-08-18 23:28:23 (here its rounding seconds)But I want the format like 2006-08-18 23:28:22.123456 (I want the absolute 
Latest Answer: You can use like the followingSELECT TO_CHAR(systimestamp,'yyyy-mm-dd HH24:mi:ss.FF') FROM DUAL;which gives you like 2007-08-23 14:12:36.769726 ...
Read Answers (1) | Asked by : jakilati

View Question | Asked by : Akhilesh

Latest Answer: NOT NULL: It allows duplicates, but doesn't allow null valuesUNIQUE: It allows null values, but doesn't allow duplicatesPRIMARY KEY: It doesn't allows duplicates and null valuesUnique index wil be created automatically for PRIMARY KEY, ...
Read Answers (3) | Asked by : Ganesh

2 Student table Have Following Columns Student_name S1 S2 S3 S4 S5s1 - s5 are subject coulmns. A 87 75 65 77 99 b 34 65 77 88 55write select statement find a Student name ,maximum mark any of the subject s1 - s5output ex A 99 B 88
Read Answers (1) | Asked by : priyanka

Latest Answer: NVL is a built in function provided by oracle which accepts two parameters. NVL function returns the first parameter if the first parameter is not null  and it returns the second parameter if the first parameter is null.select emp_no, nvl(comm_prt,0) ...
Read Answers (1) | Asked by : Laxmanna

I think there can be only one null value for a unique key constraint but some say there can be more than one null value.  
Latest Answer: Can have any number of NULL values, since oracle maintains internally different values for each NULL values. ...
Read Answers (3) | Asked by : Nithyadharmaraj

Latest Answer: you can use sum functionselect sum(sal) from emp; ...
Read Answers (1) | Asked by : KUMAR G

View page << Previous 5 6 7 8 [9] 10 11 12 13 14 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