How to edit data from SQL table directly from SQL

Dear all,
I am not a professional SQL administrator and maybe I am having non sense question:

  1. I am having Simple personal table on Azure SQL table.
  2. I would like to edit the values directly from SQL, because is it much more user friendly than through SQL queries.
  3. I already manages to get the data into the Excel from my SQL table, but I don't know how to update/insert it back to SQL.
    Is that possible?

In SQL Server Management Studio, in object explorer window, right-click on the table name and select Edit Top 200 rows.

If you spend a little time to learn how to manipulate data in a table using SQL queries, you will find that it is much easier and efficient to use queries than the above methode.