Q. How would a stored function named PI() written in the database 'sampdb' be called?
β
Correct Answer: (B)
sampdb.PI()
Explanation: This question asks how you call a stored function named PI() that's stored in the database sampdb.