In SQL Server following query will be used to create new Table in database; create Table studentTable( ID int NOT NULL, Student_Name varchar(50), D_O_B datetime )