• SanjayAttray (9/14/2009)


    Simple basic question.

    http://en.wikipedia.org/wiki/Data_Manipulation_Language%5B/quote%5D

    And that article says (bolds are mine):

    The purely read-only SELECT query statement is classed with the 'SQL-data' statements and so is considered by the standard to be outside of DML. The SELECT ... INTO form is considered to be DML because it manipulates (i.e. modifies) data. In common practice though, this distinction is not made and SELECT is widely considered to be part of DML.

    So, which is it?

    :hehe:

    --Vadim R.