GeekInterview.com
  I am new, Sign me up!
 

SQL Interview Questions


SQL Interview Questions

Questions: 171
Comments: 945
 SQL Tags
 Showing Questions 101-110 of 171 Questions
<< Previous 7 8 9 10 [11] 12 13 14 15 16 Next >>
 Sponsored Links

 
 SQL Interview Questions
Sorting Options :  

Latest Answer: ALTER TABLE Table_1 ALTER COLUMN test1 nchar(20) ...
Read Answers (24) | Asked by : sheela

Latest Answer: select from(select from orderby sal asc) where row num
Read Answers (30) | Asked by : fareed

Latest Answer: 253 is not prime, it is divisible by 11 and 23. So the ans. is 251. ...
Read Answers (5) | Asked by : MANISHA

Latest Answer: The only rule that is not satisfied by oracle db is the systamatic treatment of NULL values. NULL in oracle is treated as absence of a value or unknown status (in case of comparision of values) and it doesn't have any systamatic representation. In ...
Read Answers (14) | Asked by : George Suresh

Latest Answer: 9i it supports the Jdeveloper and Application server where 8i doesn't ...
Read Answers (11) | Asked by : chandu

Latest Answer: Dear Friends,Please try this and confirm,((select * from emp where (rowid,1) in (select rowid,mod(rownum,2) from emp)) Minus (select * from emp where (rowid,0) in (select rowid,mod(rownum,3) from emp)))union(select * from emp where (rowid,3) in (select ...
Read Answers (8) | Asked by : rajesh

Latest Answer: select rownum,empno from emp group by rownum,empno having mod(rownum,3)=1; ...
Read Answers (4) | Asked by : rajesh

Latest Answer: alter table table_name drop column column_name;Ritika ...
Read Answers (16) | Asked by : rajesh

Latest Answer: Hi,Nested Tables are collector objects (only attributes, i.e. no behaviour defined), that can be re-used in the same way as a class in java or c++ (without  functions / procedures). In RDBMS, its mainly used for - 1. Reusability - Containment ...
Read Answers (3) | Asked by : rajesh

select level, max('col_name') from my_table where level = '&n' connect by prior ('col_name') >'col_name')group by level;Example:Given a table called emp with 
Latest Answer: SELECT MAX () FROM WHERE IN (SELECT TOP n FROM ORDER BY ASC)OR SELECT MIN () FROM WHERE IN (SELECT TOP n FROM ORDER BY DESC) ...

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