To manage and manipulate the test table what are the sql statements that you have used in database testing?
Answer / Sumit Pandey
To manage and manipulate test tables during database testing, some common SQL statements include:
1. CREATE TABLE: creates a new table.
2. INSERT INTO: adds data to a table.
3. SELECT: retrieves data from a table.
4. UPDATE: modifies existing data in a table.
5. DELETE: removes data from a table.
| Is This Answer Correct ? | 0 Yes | 0 No |
In data base testing, what are the steps to test data loading?
To manage and manipulate the test table what are the sql statements that you have used in database testing?
What is difference between having clause and where clause?
What we normally check for the database testing?
What is cmmi and describe different levels of cmm?
What steps does a tester take in testing stored procedures?
Explain what is data driven test?
What is the way of writing testcases for database testing?
In database testing, how to do the data load testing?
What are the types of data-driven testing?
What is difference between local and global temporary table?
Why database testing is important?