Creating a table in SQL

- SQL can execute queries against the database.
- It can be used to create a database.
- It can also creates a table in a database.
- It is used to insert the records in a database.
- It is used to update the existing records.
- It is also used to delete the existing records.
To create a table in sql first of all we must install the SQL server. Then click on Database and create the new database. After creating the database then click on Tables and create new table. We can also create multiple tables. Nowadays, I am creating a table in sql. Firstly, I created a single table and its very easy to create. But creating multiple tables is bit difficult. These multiple tables are created by using JOIN keyword. I hope soon I'll be able to learn much more about sql.
No comments:
Post a Comment