Posted by 'ankur' on August 22, 2001 at 14:00:58 EST:
Hi folks!
This is my first experience with oracle. So i need a ton lot of assistance. I have three parameters account, devices and subscription services. I have to have a table of these 3 parameters. One account can have lots of devices attached to it and each device can subsribe for the same or different services. As for the queries, given an account name, i should be able to list the services associated with the account and the devices associated with the account. Given a device, i should be able to report the account in which it exists and the service it subscribes to. What all tables should i have and how i should create them. Please let me know.
Thanks in advance