Hi
Well I am new also, but if you have SQL Explorer working properly, and that is the first step and hardest.
After that its
Insert INTO <tablename> (fields list) values (values list)
or
Update <tablename> set ,fieldname> = <value> where <idfield> = x
Hope that helps
Good Luck