what is "TABLE" datatype ?

Answers were Sorted based on User's Feedback



what is "TABLE" datatype ?..

Answer / guest

Simulates a One-dimensional array of unlimited size
Column datatype of any Scalar type

Is This Answer Correct ?    3 Yes 0 No

what is "TABLE" datatype ?..

Answer / kailash mishra

Datatype of a table is 'U'.

We can check it by following query:

Select * from sysobjects where type = 'U'
and this query will return all the table in a database..

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Database Management Interview Questions

What are the different types of data tables?

0 Answers  


Can the User set Archive file name formats ?

1 Answers  


When does checkpoint occur in dbms?

0 Answers  


Mention the differences between trigger and stored procedures

0 Answers  


Mention the types of join?

0 Answers  


explain the term ‘attribute’?

0 Answers  


how Data is stored in a file so that Direct Searching can be performed

0 Answers   HCL,


how can we store space between two strings in database i.e oracle

2 Answers   HCL,


Define cursor and its types.

0 Answers  


What is correlated subquery in dbms?

0 Answers  


Is filemaker pro a relational database?

0 Answers  


What is database management system(dbms) and why it is used?

0 Answers  


Categories