I am doing my Oracle course. I created a database with different users. One will be admin, another power user and the last one is the normal user. We must save each user's email, first name, last name in the database. I would like to know if it was possible to associate an Oracle user account to record in an ordinary table? I thought creating a user table that inherits from the user table in Oracle but I do not know if it's a good idea. Also where is this table, what is his name?
Bookmarks