PDO bind values

So i just need some quick help pertaining to is this query string valid to run through PDO’s execute() method?

INSERT INTO `users` (`firstname`, `lastname`) VALUES (? , ?)

Perhaps you can elucidate further?