- Using Tables
- Using Views, but view should be updatable. Views can inherently updatable or you can create INSTEAD OF trigger on view to make it updatable.
- Overriding doDML method
- Synonyms: Its an alias for any table or materialized view
- Materialized view: Its a database object which contains the results of a query
Note: If primary key is not inferred then framework will create an attribute RowId with primary flag checked
No comments:
Post a Comment