90 likes | 246 Vues
CHAPTER 9. 9.0 MICROSOFT SQL SERVER. 9.1 Creating Database- Sample Clinic Database . 9.2 Query Analyzer. Visual Programming. Chapter 9. 9.1 Creating Database – Open MS-SQL server as follows: Select Start->All Programs-> Microsoft SQL Server -> Enterprise Manager. Visual Programming.
E N D
CHAPTER 9 9.0 MICROSOFT SQL SERVER 9.1 Creating Database- Sample Clinic Database 9.2 Query Analyzer
Visual Programming Chapter 9 9.1 Creating Database – Open MS-SQL server as follows: Select Start->All Programs-> Microsoft SQL Server -> Enterprise Manager
Visual Programming Chapter 9 9.1 Creating Database – Sample Clinic Database
Visual Programming Chapter 9 9.1 Creating Database – Sample Clinic Database
Visual Programming Chapter 9 9.1 Creating Database – creating Patient table
Visual Programming Chapter 9 9.1 Creating Database – creating Patient table columns (PatientNo, PatientName, PatientIC, etc.) and save as Patient
Visual Programming Chapter 9 9.1 Creating Database – creating Patient table New Table – to create another table Design Table – to open the existing table and modify the structure of the table Open Table – Return All Rows – to add, edit or view data
Visual Programming Chapter 9 9.1 Creating Database – Patient table – input data Key in data for all columns and data will be saved upon exit the table.
Visual Programming Chapter 9 9.1 Creating Database – creating other tables • Repeat the same process from page 249 until 252 to create another table for a Clinic database. • The other table are Doctor, Medicine, Payment, and Appointment. You must also key in at least five records for each of the table.