Answer Posted / madhavi
1)varchar2()
2)date
3)TIMESTAMP[(precision)] default precision is 6 we can
mention from 0...9
4)long
5)integer
6)number
7)char
8)clob
9)raw()
10)pls_integer
11)binary_integer
12)nvarchar2()
13)bfile
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
what is a materialized view? : Sql dba
what is the stuff function and how does it differ from the replace function? : Sql dba
What is the purpose of normalization?
What is trigger in sql?
What is lexical units in pl sql?
Which table is left in left join?
what are the differences between binary and varbinary? : Sql dba
What are the constraints available in sql?
What is the difference between execution of triggers and stored procedures?
What are secondary keys?
Does inner join return duplicate rows?
Does sql view stored data?
how to show all tables with 'mysql'? : Sql dba
What are character functions in sql?
is it possible to pass an object or table to a procedure as an argument?