The Basics of Relational Databases Using MySQL
暂无分享,去创建一个
Abstract Going beyond a simple database table, a relational database fits more complicated systems by relating information from two or more database tables. This paper will use MySQL to develop a basic appreciation of relational databases including user administration, database design, and SQL syntax. It will lead the reader in downloading and installing MySQL, planning a database, building that database, adding data to the database, and some simple manipulation of that data.
[1] Hari Murti,et al. Mysql Query Browser , 2004 .
[2] Anthony Butcher,et al. Sams Teach Yourself MySQL in 21 Days , 2000 .