hi,
i need some advice on something
from what i know mysql store our data in the form of databases
and we have sql statements that helps define our query results
but this is mostly for developer's use
however i'm searching for a final interface where users who uses access the database can use it without much knowledge of mysql language
so say for example:
if a employer needs the users and specific dates and times, there should be an interface prompting the employer to key in what she/he wants to know and the results will be printed for her/him to see
is there any methods of ways where this can be done?
i need some advice on something
from what i know mysql store our data in the form of databases
and we have sql statements that helps define our query results
but this is mostly for developer's use
however i'm searching for a final interface where users who uses access the database can use it without much knowledge of mysql language
so say for example:
if a employer needs the users and specific dates and times, there should be an interface prompting the employer to key in what she/he wants to know and the results will be printed for her/him to see
is there any methods of ways where this can be done?
Comment