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

What is the difference between jpql and sql?

0 Answers  


explain the difference between delete , truncate and drop commands? : Sql dba

0 Answers  


How do I run a script in sql developer?

0 Answers  


How to return an array from java to pl/sql?

0 Answers  


How many aggregate functions are available there in sql?

0 Answers  






Does access use sql?

0 Answers  


Explain normalization and what are the advantages of it?

0 Answers  


What is left inner join in sql?

0 Answers  


What are all the different normalizations?

0 Answers  


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?

0 Answers  


How do you copy a table in sql?

0 Answers  


Categories