Donate SIGN UP

Web Programming

Avatar Image
Manuel10 | 12:46 Tue 03rd Aug 2021 | Technology
2 Answers
Write a PHP script to retrieve a list of students who passed a course,’BIT201’.You can assume that the database schema is called ZOUDB, and an entity called CourseResult which is defined with attributes course-code, student-pin and score. You can assume that Student and course table exist as a separate table in the same schema. Your script should show the name of student, the course name and mark in an HTML table of results.
Gravatar

Answers

1 to 2 of 2rss feed

Best Answer

No best answer has yet been selected by Manuel10. Once a best answer has been selected, it will be shown here.

For more on marking an answer as the "Best Answer", please visit our FAQ.
I don't think that we've got many (any?) programmers on this site. Manuel10 (and, even if we had, we're not too keen on doing people's coursework for them anyway!).

However, in the spirit of helpfulness, I'll point you towards a website which is fantastic for finding answers on technology (and, in particular, such matters as coding). It's the wonderful Stack Exchange. Look for a suitable forum to post your question among this lot:
https://stackexchange.com/sites#technology
-- answer removed --

1 to 2 of 2rss feed

Do you know the answer?

Web Programming

Answer Question >>