I need to create a table in sql and insert values,my code for it is
CREATE TABLE CASE_DETAILS( id int, queuename char(50), entrydate int ); insert into CASE_D