Computer Science, asked by Faisal6891, 1 year ago

Write the steps to create a database in sql server

Answers

Answered by imalfaizkhan
0
  1. Open Microsoft SQL Management Studio
  2. Connect to the database engine using database administrator credentials
  3. Expand the server node
  4. Right click Databases and select New Database
  5. Enter a database name and click OK to create the database.
Similar questions