Ms Access SQL
Ms Access SQL
What is a Database?
• Dataset / Table = a set of related records - as many as instances (occurrence) in the set
Fields
• Easy to use
• MS-Access is a powerful relational database system. Table and query concepts are similar
for any RDB package. MS-Access also has an integrated application development
environment (IDE) for creation of end-user software that can be customized to fit most
personal/departmental needs for data collection and storage.
Primary Keys
• Primary Key is a variable/attribute that uniquely
identifies each row
• It shows that the two tables are related and how one
row in one table related to another table
Relationships between tables
• One to one – one row in one table goes to only one row in
another table
- Patient Hospital no
• Build tables/study
• Add few records
• Show data validation rules
• Import and Export data