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, 3275🔥, 0💬
Popular Posts:
How To Verify Your PHP Installation in MySQL? PHP provides two execution interfaces: Command Line In...
How To Use DATEADD() Function in SQL Server Transact-SQL? DATEADD() is a very useful function for ma...
How To Divide Query Output into Multiple Groups with the GROUP BY Clause in SQL Server? Sometimes, y...
Can You Drop an Index Associated with a Unique or Primary Key Constraint in Oracle? You can not dele...
Collections: Interview Questions MySQL Tutorials MySQL Functions Oracle Tutorials SQL Server Tutoria...