SQLCommand is used to retrieve or update the data from database.
You can use the SELECT / INSERT,UPDATE,DELETE command with SQLCommand. SQLCommand will execute these commnds in the database.
SQLBUILDER is used to build the SQL Command like SELECT/ INSERTR, UPDATE etc.