What are the data types allowed in a table?
Answers were Sorted based on User's Feedback
Answer / babloo
In a table the following data types are allowed :
1)varchar2()
2)date
3)long
4)integer
5)number
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / 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 |
What is the difference between jpql and sql?
explain the difference between delete , truncate and drop commands? : Sql dba
How do I run a script in sql developer?
How to return an array from java to pl/sql?
How many aggregate functions are available there in sql?
Does access use sql?
Explain normalization and what are the advantages of it?
What is left inner join in sql?
What are all the different normalizations?
What is an index and types of indexes. How many number of indexes can be used per table ?
12 Answers Accenture, BirlaSoft, Cognizant, CTS, Symphony,
What is the difference between delete, truncate and drop command?
How do you copy a table in sql?