17 lines
		
	
	
		
			408 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			17 lines
		
	
	
		
			408 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| 
								 | 
							
								## 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.
							 |