Hi , We have a table in the oracle database called user which has these fields and their related data and a role table User table: user_id , ntdomain,ntlogin,fullname, email,is_active,lastupdate_dt,created_by User_Role Table: User_role_id,user_id,role_id,is_active,last_update_dt,created_by Role Table...