ํน์ ํ
์ด๋ธ์ ์ ์ฝ์ฌํญ( not null, fk ๊ณผ ๊ฐ์ )์ ์ด๋ฆ, ํ
์ด๋ธ๋ช
, ์์ ์์ ๋ชฉ๋ก์ ๋ณด์ฌ์ค๋๋ค.
Below query command queries constraints'(not null, fk) name , owner, table name, column name, and position of the column.
SQL > select * from user_cons_columns where table_name='table_name';
'๐ป Programming > Oracle 11g' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[์ค๋ผํด/oracle11g] dump ํจ์ (0) | 2015.04.20 |
---|---|
[์ค๋ผํด/oracle11g] ์ธ์ฝ๋ฉ ๋ฌธ์ (0) | 2015.04.20 |
Rename์ ์ด์ฉํ ํ ์ด๋ธ ๋ฐฑ์ ( Table Backup using Renaming ) (0) | 2015.04.14 |
ํ ์ด๋ธ ๋ช ๋ณ๊ฒฝํ๊ธฐ ( Renaming Table Name ) (0) | 2015.04.14 |
์ธ๋ฑ์ค ๋ชฉ๋ก ์กฐํ ( Querying Index List ) (0) | 2015.04.14 |