SQL is the used to perform operations on data. There is an ANSI standard for it. Most databases support it, although each may have differences in the interpretation, and each typically has some proprietary extensions to it.
PL SQL is exactly as Shane described. It allows programmatic manipulation of SQL and result sets, and if you look at the Oracle PL-SQL APIs, lots of other stuff too.
I agree again with Shane: I do not know anyone that could realistically call themselves an Oracle DBA without knowing both SQL and PL-SQL.
