If you have a table 'mytable' whose columns all have default values defined and you want to insert a record using all default values, run this query:
INSERT INTO mytable DEFAULT VALUES;