Problem
You must write the T-SQL to Create a SQL Server Database. The database specifications are:
• The database must be called "Cars."
• The filesize for the database should start at 4MB (convert this to KB).
• The filesize for the log file should start at 1MB (convert this to KB).
• Filegrowth for the database and log file should be should be set at 10%.