Collections:
SCHEMA() - Synonym for DATABASE()
What's the difference between SCHEMA() and DATABASE() functions?
✍: FYIcenter.com
SCHEMA() is
a synonym for the DATABASE() function.
Related MySQL functions:
⇒ SESSION_USER() - Synonym for USER()
⇐ ROW_COUNT() - Affected Rows from Last DML Statement
2025-02-16, 2719🔥, 0💬
Popular Posts:
How To Set Up SQL*Plus Output Format in Oracle? If you want to practice SQL statements with SQL*Plus...
How To Look at the Current SQL*Plus System Settings in Oracle? If you want to see the current values...
What Happens If the UPDATE Subquery Returns Multiple Rows in MySQL? If a subquery is used in a UPDAT...
How to change the data type of an existing column with "ALTER TABLE" statements in SQL Server? Somet...
How To Start Instance with a Minimal Initialization Parameter File in Oracle? The sample initializat...