Forum

What is the best wa...
 
Notifications
Clear all

What is the best way to store multiple values ?


(@elias)
Illustrious Member
Joined: 5 months ago
Posts: 4277
Topic starter  

What is the best way to store multiple values from multiple daily transactions (MySQL, DBA)?


   
Quote
(@elias)
Illustrious Member
Joined: 5 months ago
Posts: 4277
Topic starter  

You must create a/more tables in normalized form.Every transaction must have an id, date and possible more fields (as master record)As detail record cam be one multiple value, a primary key, the primary key of transaction,
possible date of insert and more fields


   
ReplyQuote
Share: