Debug this query The Query written in the console is trying to insert data to the table employee. De

Debug this query

The Query written in the console is trying to insert data to the table employee.
Debug this query to output the entire table.

Your table is named ‘employee’ and has the following columns

  • Id (INT)
  • Name (TEXT),
  • Age (INT),
  • Address (TEXT)

answer in code is as below:
insert in employee(Id INT,Name TEXT,Age INT,Address TEXT)