|

CyberSlug Rules!
Classes
Class
Syllabus
Grading Policy
Labs
Interact
Login
-
enter system
-
get attendance
-
submit work
-
take lab quiz
-
check scores
Help
Help me!
Links
Staff only
Datacare Ahshay
| |
Creating a Database
You may need several files or tables in a database
Examples:
- class information
- cmps002, Computer Literacy, 5 credits
- student information
- 000-00-0000, Alfred E. Newman, Anyplace Ct, Santa Cruz
- financial information
- instructor information
- xxx-xx-xxx Franca, Paulo CS
- class section information
- cmps002 1 F00 ems206 TuTh4-5:45
- enrollment information:
- 000-00-0000 cmps002 1
- 000-00-0000 cmps012 1
- 012-12-3456 cmps002 1
To Create a Table:
- define each field
- name
- type of information
- limits
- format
- program creates standard entry form
|