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 are Lexical Parameters.How They are used in Reports 6i

2 Answers   eicc,


what is blob? : Sql dba

0 Answers  


What is natural join in sql?

0 Answers  


What are the advantages of VIEW?

5 Answers  


What are the types of views in sql?

0 Answers  






What is the current version of postgresql?

0 Answers  


How to run pl sql program in mysql?

0 Answers  


What is mutating table?

11 Answers   Saama Tech,


Can a view be updated/inserted/deleted?If Yes under what conditions?

3 Answers  


explain the options of myisamchk to improve the performance of a table. : Sql dba

0 Answers  


Is ms sql traffic encrypted?

0 Answers  


How to perform a loop through all tables in pl/sql?

4 Answers   Evosys, MBT,


Categories