Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 408 Bytes

table_for_message_board_system.md

File metadata and controls

16 lines (11 loc) · 408 Bytes

Database Table for Message Board System

Instructions

Design a database table for a message board system. It should include the following information:

  • Personal details
  • Who saw the message and when
  • Replies
  • Tagged people in the message
  • Message categories

Notes:

  • No SQL is needed
  • You should include: table names, field names, data types and mention the foreign keys used.