To manage and manipulate the test table what are the sql statements that you have used in database testing?



To manage and manipulate the test table what are the sql statements that you have used in database t..

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

Post New Answer

More Database Testing Interview Questions

In data base testing, what are the steps to test data loading?

1 Answers  


To manage and manipulate the test table what are the sql statements that you have used in database testing?

1 Answers  


What is difference between having clause and where clause?

1 Answers  


What we normally check for the database testing?

1 Answers  


What is cmmi and describe different levels of cmm?

1 Answers  


What steps does a tester take in testing stored procedures?

1 Answers  


Explain what is data driven test?

1 Answers  


What is the way of writing testcases for database testing?

1 Answers  


In database testing, how to do the data load testing?

1 Answers  


What are the types of data-driven testing?

1 Answers  


What is difference between local and global temporary table?

1 Answers  


Why database testing is important?

1 Answers  


Categories