Viewing 12 posts - 1 through 13 (of 13 total)
I apologize to Corgi and anyone else that I offended.
Here is my best explanation
BUSINESS REQUIREMENTS
1) As seen above, either Future Students or Current Students should be able to search...
May 1, 2011 at 4:27 pm
I don’t think he is upset neither m’I, we are having good time.
Here is what started our nice conversation
Corgi said,
“You mentioned that you are stack, I'm...
May 1, 2011 at 3:43 pm
Gail, You helped me so much already and I do really appreciate it.
I don’t know if you have read everything between my friend and I, if you did do you...
May 1, 2011 at 3:29 pm
Welsh,
Thank you very much for your help.
To safe sometime lets assume SAT requirement is the student to score at least 50%.
I don’t know if I want talk about...
May 1, 2011 at 1:57 pm
SELECT COUNT( courseId)
FROM dbo.registration
WHERE SID = Inserted.SID AND course_name = inserted.course_name ) = 0
BEGIN
INSERT INTO dbo.Registration (SemesterID, CourseID, SID,Instructor)
VALUES (,’ , ;, ) (How can I provide these values...
May 1, 2011 at 9:12 am
Did not get to the SAT yet, but
I have changed
IF (SELECT Due_Amount
FROM dbo. Student_Bill_Account
WHERE Due Amount) > 0
BEGIN
RAISERROR (‘You can not Enroll IN class without making...
May 1, 2011 at 9:00 am
Yes I did make few changes based on your first response thank you. But it seems I ‘ still stack.
I’m not asking you to do my homework, but Please provide...
May 1, 2011 at 8:31 am
What do you mean by 2400 Tests?
It is Basically a SAT Test Name
Please see it here http://en.wikipedia.org/wiki/SAT
What course are you taking?
Databases management
What have you done so far?
Created those Table...
May 1, 2011 at 8:14 am
I'm creating School Database with few rules
Student who has unpaid balance cannot register for any more classes,
Students who are not registerd can only take one Trail class,and three...
May 1, 2011 at 7:57 am
I see this (SemesterID, CourseID, SID) shouldn't be there.
and the system that I was going to get the detail from is down for the next few hours.
I'm...
May 1, 2011 at 6:19 am
Viewing 12 posts - 1 through 13 (of 13 total)