>> |
02/11/12(Sat)14:02:47 No.1396296>>1395953 How
far into learning SQL are you? SQL basically lets you create tables of
data which you can then modify, update, and connect with other tables.
It also includes tools for managing user privileges and stuff, which is
necessary for a DBA. PL/SQL introduces stuff like loops, logic
statements, procedures, packages (which are like classes), and more.
Also it's a proprietary Oracle language, so it's good that you're
learning Oracle SQL. If possible, I'd definitely recommend taking a
certification test, because it will mean a lot to employers. I should
warn you though, the SQL certification is HARD and I haven't even taken
the PL/SQL one yet. Good luck anon. |