Can I change the sequence of column names and not write the column names in the same same sequence in which I wrote while making the table, when I write the insert statement to enter data ?
Means if four columns of a table are cusname, cuscode, item and amount, and I write
the following statement : INSERT INTO CUSTOMERS (CUSNAME,CUSCODE,ITEM,
AMOUNT) VALUES(x,y,z....) ,
will it accept it ? I changed the order..
Answers
Answered by
1
Explanation:
please also send the table
Similar questions