Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is difference between metadata and schema in database?

First, I want to ask what is the definition of metadata? Then, what is the difference between the metadata and schema in the database? Whether the data modelling process produces metadata?

like image 386
user2031304 Avatar asked Oct 21 '22 18:10

user2031304


1 Answers

Schema is the Layout of your Database. E.g, The Table Fields, Definition, Pages, Rows and Columns Etc.

Meta Data is the Data about your Database. Eg If you have a data about all Rap Music, Your meta-data will be: Author, Number of Tracks, Year of release, Location, The Album name, etc.

like image 100
DAFIDI Avatar answered Oct 24 '22 13:10

DAFIDI