Is they any wix command I can use to create database and to also add a user to the database? If yes, is there any example on how to do this?
I would recommend you try the following:
Create your sql database using techniques mentioned here: Wix: create a sql server database at a specified location
Create a user via SQL: http://msdn.microsoft.com/en-us/library/ms173463.aspx