Hi.
I'm using php and mysql for a system. I have some questions on INSERT query.
When we are using INSERT, in our query....
i. Is it necessary to include each field included in the table we are
going to insert value with (though some of the field maybe do not
inserted with value) ?
ii. Have to follow the sequence of the fields in database table?
Thanks in advance.:)
*ps: And, I'm sorry if I post this at the wrong place