How create an database in sql query and how to begins?
Answers
Answered by
0
To create a database
In Object Explorer, connect to an instance of the SQL Server Database Engine and then expand that instance.
Right-click Databases, and then click New Database.
In New Database, enter a database name.
To create the database by accepting all default values, click OK; otherwise, continue with the following optional steps.
To change the owner name, click (…) to select another owner.
To change the default values of the primary data and transaction log files, in the Database filesgrid, click the appropriate cell and enter the new value. For more information, see Add Data or Log Files to a Database.
To change the collation of the database, select the Options page, and then select a collation from the list.
To change the recovery model, select the Optionspage and select a recovery model from the list.
To change database options, select the Optionspage, and then modify the database options. For a description of each option, see ALTER DATABASE SET Options (Transact-SQL).
To add a new filegroup, click the Filegroupspage. Click Add and then enter the values for the filegroup.
To add an extended property to the database, select the Extended Properties page.
In the Name column, enter a name for the extended property.
In the Value column, enter the extended property text. For example, enter one or more statements that describe the database.
To create the database, click OK
if you got it make me brainliest
In Object Explorer, connect to an instance of the SQL Server Database Engine and then expand that instance.
Right-click Databases, and then click New Database.
In New Database, enter a database name.
To create the database by accepting all default values, click OK; otherwise, continue with the following optional steps.
To change the owner name, click (…) to select another owner.
To change the default values of the primary data and transaction log files, in the Database filesgrid, click the appropriate cell and enter the new value. For more information, see Add Data or Log Files to a Database.
To change the collation of the database, select the Options page, and then select a collation from the list.
To change the recovery model, select the Optionspage and select a recovery model from the list.
To change database options, select the Optionspage, and then modify the database options. For a description of each option, see ALTER DATABASE SET Options (Transact-SQL).
To add a new filegroup, click the Filegroupspage. Click Add and then enter the values for the filegroup.
To add an extended property to the database, select the Extended Properties page.
In the Name column, enter a name for the extended property.
In the Value column, enter the extended property text. For example, enter one or more statements that describe the database.
To create the database, click OK
if you got it make me brainliest
Similar questions
Math,
7 months ago
Accountancy,
7 months ago
Math,
1 year ago
Art,
1 year ago
Social Sciences,
1 year ago