Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle HTTP Server

Re: Oracle HTTP Server

From: bennies <test_at_test.org>
Date: Sun, 29 Feb 2004 20:57:07 +0100
Message-ID: <4042438d$0$41760$5fc3050@dreader2.news.tiscali.nl>


> So without a database how can I do the following?
>
> 1. list all subject names and grades for student B. Jones
>
> select subject_name,grade
> from subject,grade,student
> where name='B. Jones' and subject.subnos=grade.subnos
> and grade.studnos=student.studnos
> /

store them in a bin file, text file, xml. It's like saying you can't calculate without a computer. sure you can, you just don't want to. Received on Sun Feb 29 2004 - 13:57:07 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US