What are the oracle built-in data types?
No Answer is Posted For this Question
Be the First to Post Answer
What is Data Block ?
What are the components of physical database structure in the Oracle database?
What is difference between SUBSTR and INSTR?
How can we manage the gap in a primary key column created by a sequence? Ex:a company has empno as primary key generated by a sequence and some employees leaves in between.What is the best way to manage this gap?
can a view be updated?
Why is oracle database so popular?
How is it different from a normal table?
How to find the date and time of last updated table?
How to use select statement to count the number of rows in oracle?
What is format trigger?
What are the different types of synonyms?
Hi, I want table structure shown below. How can i create this ? Num Name Address Addr1 Addr2 I want Addr1 and Addr2 under Address column. How can i achive this ? Is it possible ?