Can I use oracle to build a simple course selection system how to let users can only view their information? For example, there are three users, administrators, teachers, students, administrators built student information table, how should I make the login user can only see students information inside their own, others can't see?
CodePudding user response:
Grant's words can only give to view a list of permissions, you can specify a particular line
CodePudding user response:
Oracle's rights management to someone cell line (at a specific attribute), specific how to do the search on the net
CodePudding user response:
You this requirement, it is designed in the program, for example you DB set a schedule, there is a student ID, your program (such as PHP) according to the user ID you logged in to check the curriculum information returns, the very good implementation in program!