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 Anti joins

1 Answers   IBM,


What is the use of index in sql?

0 Answers  


Explain raise_application_error.

0 Answers  


How to assign sql query results to pl sql variables?

0 Answers  


Why commit is not used in triggers?

0 Answers  






How to maintain the history of code changes of pl/sql?

3 Answers  


Do we need to rebuild index after truncate?

0 Answers  


What is the current version of postgresql?

0 Answers  


what is row? : Sql dba

0 Answers  


what is inline command?

2 Answers  


1. Which is an aggregate function? a. Union b. like c. max d. Rank

1 Answers   Fintellix,


What is %rowtype in pl sql?

0 Answers  


Categories