We cover all of the below point in our upcoming post.
- Data Type
- constraints
- How to install all the software
- Basic Commands
- Statements
- Basic Operator
- Special operator
- Group by Clause
- Having Clause
- Subquery
- Joins
- Statements
- Function
- Single row function
- Normalization
- Limits, view, triggers, set operation
Whenever we create and install the database we will have one default account called as system account or root account.
Note- There cannot be two same name in the database similarly we cannot have two tables with same name in the account.
We use SQL to perform database testing. In database testing we have to check for correctness of data and completeness of data.
Correctness of data -
We need to check the data which is stored in database is it correctly display or not.
Completeness of data -
We need to check whether the data present in database is completely display or not.
Constraints -
Constraints is set of rules and required that has to be followed while inserting data in table.
Type of Constraints
- Unique
- Not null
- Check
- Primary Key
- Foreign Key
0 Comments