GeekArticles
FAQ
Oracle FAQ
FAQ
Oracle FAQColumn Definition Order on Composite Primary Kay
Suppose I have a table with composite primary key
create table RULE_INST (
RULE_ID NUMBER(15) not null,
TEST_ID NUMBER(15) not null,
CHECK_ID NUMBER(30) not null,
MOE_TST_GRP VARCHAR2(32) default 'none',
CONSTR...
Sponsored Links
Read Next: binding to dynamic SQL
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
