I have a remote Database DB2.
I know the its userid , password , database name and Table name.
i have a cleint interface in my local machine where i can trigger the sql query to get information from the Database.
Now i am looking for a sql query which will output the table permission information ( read,write etc ).
can you please help ?
how do i write the SQL query ?