what is "TABLE" datatype ?
Answers were Sorted based on User's Feedback
Answer / guest
Simulates a One-dimensional array of unlimited size
Column datatype of any Scalar type
Is This Answer Correct ? | 3 Yes | 0 No |
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 |
What are the different types of data tables?
Can the User set Archive file name formats ?
When does checkpoint occur in dbms?
Mention the differences between trigger and stored procedures
Mention the types of join?
explain the term ‘attribute’?
how Data is stored in a file so that Direct Searching can be performed
how can we store space between two strings in database i.e oracle
Define cursor and its types.
What is correlated subquery in dbms?
Is filemaker pro a relational database?
What is database management system(dbms) and why it is used?