0
how can i fetch my questions from databse in an project of exam system
Plz tell m sql querry to retrieve question from databse cloumn name question. Here i m ussing ucanaccess driver
2 odpowiedzi
+ 1
Try and if you have problem, share your code to help you
- 1
SELECT question FROM exam_db.questions
# question - column name
# questions - table name
# exam_db - database name