Skip to content

Instantly share code, notes, and snippets.

View manirathinam712's full-sized avatar

manirathinam712

View GitHub Profile
/*
1. Reverse and Uppercase the following sentence:
"Why does my cat look at me with such hatred?"
*/
SELECT REVERSE(UPPER("Why does my cat look at me with such hatred?"));
/*
2. What Does This Print Out?
*/
SELECT
REPLACE