Crosswords2 mins ago
Php Script
0 Answers
How do l write a PHP script to retrieve a least of students who passed a course, „BSEH261‟.You can assume
that the database schema is called „ZOUDB‟,and a table called „CourseResult‟ is defined with fields
course-code,student-pin,score. You can also assume that student and course table exist as separate
tables in the same schema.Your script should show the name, of student, the course name and mark in
an HTML table of results.
that the database schema is called „ZOUDB‟,and a table called „CourseResult‟ is defined with fields
course-code,student-pin,score. You can also assume that student and course table exist as separate
tables in the same schema.Your script should show the name, of student, the course name and mark in
an HTML table of results.
Answers
Best Answer
Nobody has yet answered this question. Once some answers have been given, tatendagunda will be able to select one answer as the best. 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.There are no answers available for this question.