what is "TABLE" datatype ?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between database and spreadsheet?

682


How to deactivate triggers?

682


Enlist some commands of ddl?

716


Explain the terms ‘attribute’ and ‘relations’

876


What is the purpose of normalization in dbms?

819


Suppose database is running slow, what will you do?

2294


What is cliques? What is vdisk and how it will communicate with physical data storage at the time of data retrieval through amp?

651


What is Database Management System?

826


Explain the term entity type in dbms?

742


What is sql in database management system?

643


What is sql in dbms?

689


What is the purpose of a database table?

632


what is storage manager?

697


Describe the purposes and advantages stored procedure?

654


What is concurrency control?

645