473,382 Members | 1,225 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Writing SQL Help

STUDENT TABLE
NAME DATA TYPE DESCRIPTION
IDNO CHARACTER ID Code "Primary Key"
COURSE CHARACTER Course
DEPART CHARACTER Department
LNAME CHARACTER Last Name
FNAME CHARACTER First Name
MNAME CHARACTER Middle Name
STREET CHARACTER Street
CITY CHARACTER City
COUNTY CHARACTER County
MOBHONE CHARACTER Mobile Phone Number
WPHONE CHARACTER Work Phone Number
EMAIL CHARACTER Email Address
GENDER CHARACTER Gender
STATS CHARACTER Stats
BIRTH DATE Date Of Birth
WEIGHT CHARACTER Weight




STAFF TABLE
NAME DATA TYPE DESCRIPTION
IDNO CHARACTER Staff Code "Primary Key"
LNAME CHARACTER Last name
FNAME CHARACTER First name
MNAME CHARACTER Middle Name
MOBPHONE CHARACTER Mobile Phone
WPHONE CHARACTER Work Phone
EMAIL CHARACTER Email Address
ADDRESS CHARACTER Home Address
FACULTY CHARACTER Faculty


















PROGRAM TABLE
NAME DATA TYPE DESCRIPTION
REFNBR CHARACTER Ref Number("Primary Key")
CODE CHARACTER Module Code
DESC CHARACTER Module Description
UNITS CHARACTER Units
DAYS1 CHARACTER Days e.g M-W-F
STIME CHARACTER Start Time
ETIME CHARACTER End Time
ROOMNBR CHARACTER Room Number
TYPE CHARACTER Type
CPCTY NUMBER Capacity of Class Room
YEAR1 CHARACTER Year
YEAR2 CHARACTER Year
SEM CHARACTER Semester
SNAME CHARACTER Program Name
DIRECTOR CHARACTER Director Name
PGCODE CHARACTER Program Code



MODULE TABLE
NAME DATA TYPE DESCRIPTION
CODE CHARACTER Module Code "Primary Key"
DESC CHARACTER Description
UNITS CHARACTER Units
LEVEL CHARACTER Level
SEM CHARACTER Semester
TYPE CHARACTER Type
SUPERVISOR CHARACTER Supervisor



INVENTORY TABLE
NAME DATA TYPE DESCRIPTION
CODE CHARACTER Module Code "Primary Key"
DESC CHARACTER Description
UNITS CHARACTER Units
LEVEL CHARACTER Level
SEM CHARACTER Semester
TYPE CHARACTER Type
SUPERVISOR CHARACTER Supervisor










STUDENT REGISTER/SCHEDULE TABLE
NAME DATA TYPE DESCRIPTION
IDNO CHARACTER Student IDCode"Primary Key"
CODE CHARACTER Module Code
DESC CHARACTER Module Description
UNITS CHARACTER Units
DAYS1 CHARACTER Days e.g M-W-F
STIME CHARACTER Start Time
ETIME CHARACTER End Time
ROOMNBR CHARACTER Room Number
TYPE CHARACTER Type
CPCTY NUMBER Capacity of Class Room
REFNBR CHARACTER Reference Number for Program
YEAR1 CHARACTER Year
YEAR2 CHARACTER Year
SEM CHARACTER Semester
SNAME CHARACTER Program Name
DIRECTOR CHARACTER Director Name
PGCODE CHARACTER Program Code





USER TABLE
NAME DATA TYPE DESCRIPTION
USERNAME CHARACTER Username "Primary Key"
PASSWORD CHARACTER Password
LEVEL CHARACTER Level of Access
FNAME CHARACTER First name
LNAME CHARACTER Last name
TITLE CHARACTER Title



CLASS ROOM TABLE
NAME DATA TYPE DESCRIPTION
ROOMID CHARACTER Room Code "Primary Key"
Desc CHARACTER Description
Note CHARACTER Remarks
Feb 18 '07 #1
0 985

Sign in to post your reply or Sign up for a free account.

Similar topics

11
by: lawrence | last post by:
I asked a lot of questions in May about how to organize OO code. I didn't get great answers here, but someone here suggested that I look the Eclipse library, which was a good tip. Looking at its...
5
by: Ben Jeurissen | last post by:
Hello, I have to deal with the following issue in C++: Two threads are started from the main thread, both capturing images from a different firewire camera. Both threads take shots of 460800...
10
by: Jason Curl | last post by:
Dear C group, I'm very interested in writing portable C, but I only have GNU, Sparc and Cygwin to compile on. What I find is the biggest problem to writing portable C is what headers to...
9
by: 100 | last post by:
Has anybody read Steve Maguire's book "Writing solid code"? Do you think that the ideas in this book are not applicable in c# language? Does anybody find if(2 == i) istead of if(i == 2) as...
4
by: Gary Bond | last post by:
Hi All, Can anybody point me to some 'how-to' documentation, tutorials, etc as to how to write a shrink/protect wrapper for .Net exes/dlls, (like the Shrinkwrap product for instance). I have...
3
by: localpricemaps | last post by:
i am having a problem writing a tuple to a text file. my code is below. what i end up getting is a text file that looks like this burger, 7up burger, 7up burger, 7up and this is instead...
7
by: John Pote | last post by:
Hello, help/advice appreciated. Background: I am writing some web scripts in python to receive small amounts of data from remote sensors and store the data in a file. 50 to 100 bytes every 5 or...
4
by: John Pote | last post by:
Hello, help/advice appreciated. Background: I am writing some web scripts in python to receive small amounts of data from remote sensors and store the data in a file. 50 to 100 bytes every 5 or...
9
by: jerry.upstatenyguy | last post by:
I am really stuck on this. I am trying to write a string array containing a "word" and a "definition" to a class called Entry. Ultimately this will end up in another class called dictionary. No,...
1
by: Smita Prathyusha | last post by:
I am facing a problem in writing to COM1. I am using a Win 32 Console mode Program in VC++ the following is the code: If anyone can help me out it will be of great help : // SC_Using_Classes.cpp...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.