Question: Wordpress core and many plugins store data in the database in a special format as represented by the sample below. What format is this called?
- value
 - serialized data
 - PHP array
 - text array
 
Answer: The correct answer of the above question is Option B:serialized data