CST 363 - Week 4
5 Things Learned So Far
- How to create tables and insert data into them
- Creating an EER using MySQL Workbench
- Using forward and reverse engineering in MySQL Workbench to create and view EER diagrams
- Quires to display the desired information on one or many combined tables
- Use views to better organize subqueries.
3 Questions
- How and where are large-scale databases deployed (ie. on remote servers, local PCs, etc.)
- How to create the front end of the database that clients would use
- What happens when an already populated database, with much information, has to be transferred to a new iteration of that database?
Comments
Post a Comment