How do you test Oracle database in LoadRunner please response with a real time work experience example
Now suppose i have 50 records of employee table.1) I want to find the person who is having 22nd highest salary.2)i want to delete a person with postion number 39 with comminsion < 1003) Update rec no 45records are not shown.how do i do it.
Latest Answer: Join is basically used to join tables by means of primary key and foreign key. After joining tables, we can retrive data from multiple tables by firing single query. Join are of various types.a) equi joinb) cartesion productc) outer join ...
How to test a DTS package created for data insert update and delete? What should be considered in the above case while testing it?What conditions are to be checked if the data is inserted, updated or deleted using a text files?
How to test a DTS package created for data insert update and delete? What should be considered in the above case while testing it?What conditions are to be checked if the data is inserted, updated or deleted using a text files?
Latest Answer: Show stopper means in application we are not able to go further to access it for eg. if the login screen does not allow the user to enter means, you cannot go further, so it stops the entire show. ...
Latest Answer: Query in DB2 for finding the nth largest value ---------------------------------------------------------select emp_name,sal from(select emp_name,sal, rownumber() over(order by sal)as rn from emp) a where a.rn=n ...
Latest Answer: Hi,You can test through manually through oracle or pl/sql by executing the queries and through automation by retrieveing the data and comparing with the input.Thanks,Praveen ...
How do you test whether the database is updated as and when an information are added in the front end?Give me an example?
Latest Answer: HiThanks for the above info...but no body has told the steps for testing stored procedures....I would appreciate a quick reply...Thnx ...
View page << Previous 1 2 3 [4] 5 Next >>

Go Top