What are the data types allowed in a table?

Answers were Sorted based on User's Feedback



What are the data types allowed in a table?..

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

What are the data types allowed in a table?..

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 are the data types allowed in a table?..

Answer / satheesh

1.Number
2.Varchar2
3.Date

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Which version of sql do I have?

0 Answers  


What is Difference Between delete and Truncate?

9 Answers  


What is sql and its types?

0 Answers  


what is commit? : Sql dba

0 Answers  


Does truncate remove indexes?

0 Answers  






what is variable in package specification

3 Answers  


What is clustered and nonclustered index in sql?

0 Answers  


how can you create an empty table from an existing table? : Sql dba

0 Answers  


Is sql difficult?

0 Answers  


Where are my tempfiles, I don't see them in v$datafile or dba_data_file?

0 Answers  


Can we join same table in sql?

0 Answers  


Can we have two clustered index on a table?

0 Answers  


Categories