GeekArticles
FAQ
Oracle FAQ
FAQ
Oracle FAQjoin update and nvl
I have two tables:nncreate table t1 (a_id number, b_id number, col varchar2(1));ncreate table t2 (a_id number, b_id number, col2 varchar2(1));nncreate unique index t2_uidx on t2 (a_id, b_id);nninsert into t1 values (1, null, 'a');ninsert into...
Sponsored Links
Read Next: Transparent Data encryption in 10g release 2
Related Topics
Subscribe via RSS
Oracle FAQ
- Synchronize data from remote location
- Oracle Fundamentals
- How to connect SQLPlus without tnsnames.ora
- Best Practices for App Server Keep Alive
- bind variables in triggers
- how to avoid outer joins
- One 900 column table versus ten 90 column tables.
- Does select generate undo ?
- Performance Question
- Help analyze statspack report
