Database - Introduction to Database - Discussion

Discussion Forum : Introduction to Database - General Questions (Q.No. 14)
14.
You have run an SQL statement that asked the DBMS to display data in a table named USER_TABLES. The results include columns of data labeled "TableName," "NumberOfColumns" and "PrimaryKey." You are looking at ________ .
user data.
metadata
A report
indexes
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
22 comments Page 1 of 3.

Elumalai said:   1 decade ago
Metadata is data about data. Consider a file with a picture. The picture or the pixels inside the file are data. A description of the picture, like "JPEG format, 300x400 pixels, 72dpi", is metadata, because it describes the content of the file, although it's not the actual data.

Baloch said:   8 years ago
Would be right to say that the value of attributes are metadata? for instance; the name is an attribute while the "John" is the value of the name attribute, in this way, in case of value, John to be called the metadata? does it correct? anyone corrects me.

Samir said:   1 decade ago
Metadata is information which is stored in database, i.e. like primary key, foreign key, or we can field related information or relation of table all basics related information things are display in this.

Bharath said:   9 years ago
Actual data is what will be displayed here. Metadata means data about data eg;who accesses the database, time of access, the size of data etc. They are data about data. So the answer is user data.

Sandhya said:   1 decade ago
The definition of database can be stored in metadata. That means the attributes of the database like sno, sname with their sizes also are stored in metadata.

Abdul Nasir said:   10 years ago
Meta Data means data about data. Simply, we can say that Meta Data contains Data definitions, formats, views and other definitions of system components.

Kanhaiya Sharma said:   1 decade ago
In technically way that Metadata gives information about the tables stored in the database.

OR

Metadata nothing but the data about the data.

Pardeep Tiwari said:   1 decade ago
Metadata contain the data about data. Means in this question metadata contain TableName Number Of Columns etc about particular database.

Metadata said:   9 years ago
Metadata gives you information about multiple row and columns of user data. That is called metadata one or more user data of database.

Metadata said:   9 years ago
Metadata gives you information about multiple row and columns of user data. That is called metadata one or more user data of database.


Post your comments here:

Your comments will be displayed after verification.