Submitted Questions

  • Retrieve Rows Without Using SELECT Clause

    How can we retrieve some rows from the database without using select clause?

    Ehsan Rehmani

    • Jan 31st, 2013

    Select clause is must for retrieving data from the database. You cant retrieve data without select clause.

    Ehsan Rehmani

    • Jan 2nd, 2013

    Impossible! Rows will not be rerieved without select keyword.