Add a couple of questions

On various topics such as Containers, GitHub Actions,
Azure and more. Enjoy :)
This commit is contained in:
abregman
2021-11-01 01:20:42 +02:00
parent a074e5bb34
commit 18e69a2baa
3 changed files with 289 additions and 26 deletions

View File

@ -0,0 +1,16 @@
## 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.