33.
When a user creates a stored program that accesses sensitive data but forgets that other people who can invoke the object have the same access, the security context is . . . . . . . .

36.
Is there any error in the following MySQL statement?
SELECT e.emp_id, e.fname,e.lname,d.name
FROM employee e INNER JOIN department d
ON e.dept_id=e.dept_id;