MySQL Forums
Forum List  »  Newbie

Re: Easy Database | Undoable for a Newbie
Posted by: Peter Brawley
Date: November 30, 2021 10:27AM

> the general rules stayed the same I assume.

Welcome to MySQL, which is a relational database management system. Its general rules differ in basic ways from those of MS Access. For an intro to RDBMSs see https://www.artfulsoftware.com/mysqlbook/sampler/mysqled1ch01.pdf

Designing a database is the job of mapping a set of tasks to a set of tables and procedures, for a sound approach to this, see https://www.artfulsoftware.com/dbdesignbasics.html

Options: ReplyQuote


Subject
Written By
Posted
Re: Easy Database | Undoable for a Newbie
November 30, 2021 10:27AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.