InterviewSolution
Saved Bookmarks
| 1. |
How would a stored function named PI() written in the database ‘sampdb’ be called?(a) PI()(b) sampdb.PI()(c) MySQL.PI()(d) db.PI()I got this question in quiz.I'd like to ask this question from Updating MySQL in section General MySQL Administration of MySQL |
|
Answer» Correct answer is (b) sampdb.PI() |
|