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

Home -> Community -> Usenet -> c.d.o.server -> Re: Deleting & inserting problem

Re: Deleting & inserting problem

From: sujee <sujee81_at_gmail.com>
Date: 1 Feb 2005 04:17:22 -0800
Message-ID: <1107260242.400721.18990@z14g2000cwz.googlegroups.com>


You don`t worry about the physical storage of the DB. Normally PLSQL package or Views abstract that level. you can make that upper layer as you like to solve your problem.
I think ur problem is when you execute 'select * from A', u want to display as
colA



CC
BB

Create another PL SQL package with Views to solve this problem and use. But creating those thing need mush more algorithm. why u want to do like that.

Use another table to keep track of activities on the table A. and use it for ur algorithm Received on Tue Feb 01 2005 - 06:17:22 CST

Original text of this message

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