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 the difference between nested subquery and correlated subquery?
What is the difference between truncate and drop statements?
What is data definition language?
How subquery works in sql?
What problem one might face while writing log information to a data-base table in pl/sql?
What is sqlerrd?
Write a sql query to convert all character to uppercase after hypen.
What is an oracle stored procedure?
What is the use of %rowtype?
What is the command used to fetch first 5 characters of the string?
How do you use a while loop in pl sql?
What is the usage of sql functions?
What are operators available in sql?
How do you delete duplicates in sql query using rowid?
What are user defined functions?