INSERT INTO devices ( device_id, device_name, device_location, creation_date, update_date ) VALUES ($1, $2, $3, $4, $5);