Answered Questions

  • How do you set table for read only access ?

    if i am updating one record in a table at that time no other user can't able insert ,update the record in same table How is it possible

    Aditya

    • Feb 28th, 2018

    Lock table < table name > in exclusive mode;

    Smruti R Das

    • Sep 26th, 2012

    GRANT SELECT ON table_name TO user_name