MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

re. retrieval order

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database
View previous topic :: View next topic  
Author Message
deepa12
Beginner


Joined: 05 Apr 2005
Posts: 131
Topics: 64
Location: chennai

PostPosted: Fri Jan 27, 2006 5:00 am    Post subject: re. retrieval order Reply with quote

say i have a table
EMP . It has other fields other than EMPNO which is primary key which is emno,deptno
when i say
Code:

Select empno,deptno,salary, name
where deptno='a01'

what will be retrieval order
will it always be acdording to the PR KEY?

For what kind of Qs the data will be retrieved in PR KEY sequence
_________________
deepa
Back to top
View user's profile Send private message Send e-mail
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12395
Topics: 75
Location: San Jose

PostPosted: Fri Jan 27, 2006 5:43 am    Post subject: Reply with quote

deepa12,

The retrieval of data depends on how the table is loaded. you might be able to retrive records on primary key sequence immediately after a re-org

Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
CZerfas
Intermediate


Joined: 31 Jan 2003
Posts: 211
Topics: 8

PostPosted: Mon Jan 30, 2006 4:22 am    Post subject: Reply with quote

To say it short:

Without coding an ORDER BY clause, you cannot be shure (over time, whatever happens to the table) about the sequence of rows in your answer set.

regards
Christian
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group