| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Help with Methods ???
>> What is a good clear definition of a database method? and can
custom methods be created in a database? <<
This question makes no sense. Methods are an OO concept and are not part of the relational model.
You can write stored procedures and put them in a database, but they are kept at the schema level, not the table level. Triggers are stored procedures which are invoked by actions on a table (insert, update, delete). Received on Mon Oct 07 2002 - 10:45:02 CDT
![]() |
![]() |