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

How easy is netlib to use?

0 Answers  


Are Constraints exported through Export command?

1 Answers  


What is super key in dbms?

0 Answers  


What is database management system explain?

0 Answers  


Explain about the properties of cursors?

0 Answers  






What is a database in a website?

0 Answers  


What is the use of ROWS option in EXP command ?

1 Answers  


How do I create a database?

0 Answers  


What is the purpose of queries in a database?

0 Answers  


How data are stored in database?

0 Answers  


What is the advantage of database management system?

0 Answers  


What do you understand by clause in sql?

0 Answers  


Categories