1.15
Describe at least three tables that might be used to store information in a social- networking system such as Facebook.
- Users table - that contains id, full name, phone number, email, date of birth, profile pic
- Chats table - that contains the chat
- Friends table - that contains basically two columns of user ids (foreign keys from Users table)