GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Testing  >  DataBase Testing

 Print  |  
Question:  Database Tester generally used commands

Answer:

What commands do database tester generally use & whether they are given privileges to the all tables to access?



September 09, 2009 04:00:16 #2
 Test_Ne   Member Since: October 2007    Total Comments: 2 

RE: Database Tester generally used commands
 
The most common command is SELECT, selecting the record based on various conditions using JOIN statements. Also DECODE an CASE statements are used.

Insert and update commands are also used followed by commit command.
     

 

Back To Question