All table and view permissions are granted in a very similar fashion.
Use the GRANT statement to grant permissions. For example, to grant permission to M_Haneef to delete rows from the table named sample_table:
GRANT DELETE ON sample_table TO M_Haneef