When a insert, update, or delete query is run in Redash, the result is an error message: The query does not actually run, and the error message is completely ...
create table snapdeal_orders ( order_Id int, order_date date, product_name varchar(50), total decimal(10,2), payment_method varchar(30), discount INT, category varchar, primary key ...