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 is the structure of a database?

0 Answers  


What is the benefit of database?

0 Answers  


Can you have more than one cursor open at any one time in a program ?

0 Answers  


what are the differences between an exclusive lock and a shared lock?

0 Answers  


Differentiate between ‘delete’, ‘truncate’ and ‘drop’ commands.

0 Answers  






What are the disadvantages of a database?

0 Answers  


What are the characteristics of data in the database?

0 Answers  


What is rank in database?

0 Answers  


How is rdbms different from dbms?

0 Answers  


How do you create a database for an organization?

0 Answers  


How do I keep my database up to date?

0 Answers  


Explain the difference between a primary key and a unique key?

0 Answers  


Categories