Hacker News new | ask | show | jobs
by dragonwriter 1746 days ago
> pl/sql (I like it more than other flavors of sql, maybe because it was the first one I used a lot)

pl/sql is not a flavor of SQL, it is a name for the separate SQL-based “procedural” (imperative) language (hence the “pl”) supported by Oracle. The Oracle SQL dialect is usually referred to as “Oracle SQL” if there is a need to distinguish it.