- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Environmental Science
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How to create a database in SQL?
A database is a repository in sql, which can comprise of multiple tables.
This will be the command to create a database in sql:
CREATE DATABASE database_name.
- Related Questions & Answers
- How to create a database in SQL?
- How can I see all tables in SQL?
- What is a trigger in SQL ?
- How do I view tables in SQL ?
- How to Create a Table in SQL – Postgres and MySQL Example Query
- How to insert date in SQL ?
- What is a unique key in SQL ?
- What is SQL ?
- What are Nested Triggers ?
- How to change a table name in SQL ?
- How to delete a row in SQL ?
- How to insert multiple rows in SQL ?
- What is Normalization in SQL ?
- What is a schema in SQL ?
- How to delete a column in SQL ?
- What is PL/SQL ?
Advertisements
ads