How is data physically stored in a database
- how to store data in sql database
- how to store data in sql database using javascript
- how to save data in sql database using c
How data is stored in database sql server!
SQL Data Storing - How to store data
In this chapter you will learn:
How to store data
SQL clauses or statements for storing data
How to store data
In the previous chapters you have learned about SQL Server basics and retrieving clauses so now you will learn about inserting, updating, deleting etc.
Data is stored in a
values in SQL database. If you have created some tables in the database then you can insert values in the table according to you but it always remember that the data type must be same and the range of the data also must be equal or less than the specified cell of the table.
SQL clauses or statements for storing data
Commands | Description |
---|---|
Insert | Used to insert data in the table |
Update | Used to modify or edit data of table |
Delete | Used to delete data from table |
Incection | Used to destroy the database |
List of Storing data statements
StatementsSUMMARY
In the next chapter, you have learned about SQL storing data.
In the next chapter you will learn about insert command so click on NEXT button to continue learning-
- how to store large data in sql database
- how to store html data in sql database