Notifications
Clear all
Topic starter 16/10/2024 9:22 pm
What is the best way to store multiple values from multiple daily transactions (MySQL, DBA)?
Topic starter 16/10/2024 9:23 pm
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