Skip to content

DAHeath/GTMRS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GTMRS

Analyze, specify, design, implement, document and demonstrate information system applicationto support a new Georgia Tech Medical Records System called GTMRS. You are required to use the Classical Methodology for Database Development. The system should be implemented using a relational DBMS that supports standard SQL queries. Class administrators will provide you with information about how to access a college-managed MySQL server in order to implement your database and the application. The professors must approve any other alternative implementations.

Setting up the Database

In order to test out the database, navigate in the terminal to the source folder. Execute the following command to enter the mysql shell:

mysql -u root -p test

Run the following command to create the database tables:

source create_tables.sql  

You can view the schema for every table in the database by executing the command:

source show_tables.sql

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published