If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > PostgreSQL > Help in ingres algorithm

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-26-11, 10:00
vinod_parmar vinod_parmar is offline
Registered User
 
Join Date: Apr 2011
Posts: 1
Help in ingres algorithm

hii all,
Please help me solve the ingres algorithm example.
I appologise if i am making a new thread which already exist.
Which is good book to learn concepts of transsaction mgmt and distributed concurrenct ctrl.
I am preparing for my advance database concepts exam from university of pune.

Q.apply ingres to foll query and ilustrarate the successive deachment and substitutions by giving mono relation sub queries generated.

select ename,sal
from emp,asg,proj,pay
where emp.eno=asg.eno
and emp.title=pay.title
and budget > 200000
or dur=24
and asg.pno=proj.pno
Reply With Quote
  #2 (permalink)  
Old 04-26-11, 10:02
shammat shammat is offline
Registered User
 
Join Date: Nov 2003
Posts: 2,408
This forum is for Postgres, not Ingres

And I don't understand what your question is either.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On