GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Testing  >  DataBase Testing
Go To First  |  Previous Question  |  Next Question 
 DataBase Testing  |  Question 6 of 50    Print  
what SQL statements have you used in Database Testing?
I said I used select statements most of the times. So, the interviewer took it granted that I am unaware of insert, update and delete statements. Hence it is better to read out whole of the SQL as an answer to this question.


  
Total Answers and Comments: 7 Last Update: August 28, 2009     Asked by: Bindu Puvvala 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
November 16, 2005 08:40:12   #1  
srilathat123 Member Since: October 2005   Contribution: 1    

RE: what SQL statements have you used in Database Test...

DDL( Data Definition Language) and DML(Data Manipulation Language) .DDL for creating tables and database.DML for the manipulations like insert alter and delete operations.


 
Is this answer useful? Yes | No
November 28, 2005 00:59:44   #2  
Bgl_Sathis        

RE: what SQL statements have you used in Database Test...

hi friends

database testing is nothing but backend testing.

if we want to check all your datatable details means we have to good knowedge about all ddl comments

the ddl cover coment.

select delet insert update and all type of joins

i thk my ans very hope ful for you..'

thx

bgl_brain


 
Is this answer useful? Yes | No
December 05, 2005 00:43:21   #3  
anand choubey        

RE: what SQL statements have you used in Database Test...
DDLDDL is Data Definition Language statements. Some examples: CREATE ALTER - DROP - TRUNCATE - COMMENT - RENAME - DMLDML is Data Manipulation Language statements. Some examples: SELECT - INSERT - UPDATE - DELETE - MERGE - UPSERT - CALL - EXPLAIN PLAN - LOCK TABLE - DCLDCL is Data Control Language statements. Some examples: GRANT - REVOKE - COMMIT - SAVEPOINT - ROLLBACK - COMMIT - SET TRANSACTION - This are the Database testing commands used.thnxAnand
 
Is this answer useful? Yes | No
January 31, 2007 14:35:19   #4  
pranav        

RE: what SQL statements have you used in Database Test...
Database Testing can use a lot of SQL statements.other than all of them that were already mentioned above you might want to use stored procedures and triggers as well in order to create test data.Creation of test data is the most critical part of database testing as well as identifying valid inputs.If you are testing a database service you will have to use many SQL statements as mentioned above but if you are testing a stored procedure or a trigger then select update delete are more than enough. Obviously other than joins which are always important.
 
Is this answer useful? Yes | No
August 18, 2007 14:46:15   #5  
Deepak Kalra        

RE: what SQL statements have you used in Database Test...
Pranav gave a very good reply that Test Data is very critical part while performing Backend testing or DB testing. One should have properly prepared Test Data before performing DB testing....Mainly DB testing is used to test data corectness and data integrity.
 
Is this answer useful? Yes | No
June 18, 2008 04:46:18   #6  
vemparalasuresh Member Since: June 2008   Contribution: 5    

RE: what SQL statements have you used in Database Testing?

suresh:-
we can't say insert update delete are sufficient. the db tester have good knoeledge on sql


 
Is this answer useful? Yes | No
August 28, 2009 03:32:02   #7  
ashishks Member Since: December 2008   Contribution: 73    

RE: what SQL statements have you used in Database Testing?
The following are the most widely used Sql statments in database testing:
1. Use Database
2. Select
3. Insert
4. Update
5. Delete
6. Drop
7. Alter
8. Modify Structure
9. Join(Inner and outer)
10. Views

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape