Results 1 to 2 of 2

Thread: Triggers, Stored Procedures in MySql, MSSQL, Oracle SQL

  1. #1
    Join Date
    May 2011
    Beans
    143
    Distro
    Ubuntu 12.04 Precise Pangolin

    Triggers, Stored Procedures in MySql, MSSQL, Oracle SQL

    I am planning to learn triggers and stored procedures in SQL, but every online tutorial that I find is bent towards any one of the vendors, so my question is

    1. Is programming with SQL completely different in ORACLE, MySQL and MSSQL ???

    2. Please send me some useful links which will help me learn, I am confused at choosing the correct online resource !!!

  2. #2
    Join Date
    Sep 2006
    Beans
    8,627
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Triggers, Stored Procedures in MySql, MSSQL, Oracle SQL

    I would concentrate on MySQL and Postgresql because those will meet most or all of your needs. Oracle does also offer a free of charge download for testers and developers, IIRC.

    Have you tried the manuals yet? They are short and to the point.

    http://dev.mysql.com/doc/refman/5.5/...er-syntax.html
    http://www.postgresql.org/docs/9.1/s...tetrigger.html

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •