Buy Questpond's video subscriptions on
huge discount
.
Online: 744
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
Oracle
>
Loading ...
What is the output of the following query?
select * from Person where rowid in (select decode(mod(rownum,2),0,null, rowid) from Person)
Posted by
Kmandapalli
on 1/22/2014 | Category:
Oracle Interview questions
| Views: 2297 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
When you want to select records that contain row id with odd number, then you need to execute this query.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
What is the return type of @@Fetch_Status Function ...
Next > :
What is the output of the query, select * from P ...
Comments or Responses
Login to post response
More Interview Questions by Kmandapalli
What is the output of the query, select * from Person where rowid in ...
How to update page data automatically into your application when you u ...
How to save data entered from front-end into a pdf file?
What is the meaning of the following query? Select EnrollmentDate, Co ...
What is the output of the following qury? SELECT EnrollmentDate, CO ...
What is the output of the following query? SELECT EnrollmentDate, COU ...
Which of the following statement is correct with respect to garbage co ...
Which of the following statement is correct with respect to Common Lan ...
Latest Interview Questions
What do we mean by @@Fetch_Status in Cursor?
Suppose,i have one table named competency_details which has one column ...
Suppose,i have one table named competency_details which has one column ...
How to calculate column values in Sql-Server?
What will happen when we execute below query? select avg('123 ...
What is the use of Avg function in Sql-Server?
How to get values from Enum?
Give an example of Len function.
More ...