Examveda

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 . . . . . . . .

A. good

B. bad

C. illegal

D. fare

Answer: Option B

Solution (By Examveda Team)

This question is about the security of stored programs in MySQL. Imagine you're building a secret recipe book. You lock it in a safe, but you forget to check who has the key!

That's what happens in this situation:

* You create a program (your recipe book) that can access sensitive information. * You forget to restrict who can use this program (you forgot to keep the safe key secure).

This means anyone can access the sensitive information, even if you didn't intend for them to! This is definitely a bad security situation.

So the correct answer is Option B: bad.

This Question Belongs to MySQL >> MySQL Miscellaneous

Join The Discussion

Related Questions on MySQL Miscellaneous