table X havng 3 column A,B,C....A column havng data 10 20
30.....now i wanna have 1o value in A columns all three rows

Answers were Sorted based on User's Feedback



table X havng 3 column A,B,C....A column havng data 10 20 30.....now i wanna have 1o value in A co..

Answer / navnee

update X

set A=10

where A=20 and A=30

PLZ C0RRCT MY QUERY

Is This Answer Correct ?    10 Yes 2 No

table X havng 3 column A,B,C....A column havng data 10 20 30.....now i wanna have 1o value in A co..

Answer / prakash

update x set a=10
where
A!=10

Is This Answer Correct ?    5 Yes 1 No

table X havng 3 column A,B,C....A column havng data 10 20 30.....now i wanna have 1o value in A co..

Answer / ravikumar3123

update x set a=10

even this wil do..

Is This Answer Correct ?    5 Yes 2 No

table X havng 3 column A,B,C....A column havng data 10 20 30.....now i wanna have 1o value in A co..

Answer / thilaka

SELECT * FROM X WHERE A= 10

Is This Answer Correct ?    6 Yes 4 No

table X havng 3 column A,B,C....A column havng data 10 20 30.....now i wanna have 1o value in A co..

Answer / ramthiraviyam

UPDATE 0X SET A=10 where A!=10

Is This Answer Correct ?    0 Yes 0 No

table X havng 3 column A,B,C....A column havng data 10 20 30.....now i wanna have 1o value in A co..

Answer / n@n!

hi Ravikumar3123,

where ever ur writting the querie is for update row in a
table.
but the row is already in the table.so,what is the
necessity of using update querie?

the question is finding the low value in the colomn 'A'
so,i think what ever the querie that am written above is
true.
plz check it out.

Is This Answer Correct ?    1 Yes 3 No

table X havng 3 column A,B,C....A column havng data 10 20 30.....now i wanna have 1o value in A co..

Answer / n@n!

select * from X where A < 10

Is This Answer Correct ?    0 Yes 10 No

Post New Answer

More Manual Testing Interview Questions

Can any one share the domain knwoldege of Telecom Jeeva jeevachr@gmail.com

0 Answers  


what is localization testing?is it a WBT or BBT technique? thanx mahendar for ur valuable answer.

7 Answers   AZTEC, HCL,


What is Hybrid testing?

2 Answers   Formac,


How to write negative testcase?

7 Answers   R Systems,


what is the difference between client,customer and end-user?

11 Answers  






How to write a scenario from requirements?give an example..

3 Answers  


How can we test for drastic (severe) memory leakages?

0 Answers  


Whatis the need of writing testcases? why don,t test the application without the testcases

3 Answers   SunGard,


Have you worked in UDAP (Credit Card act 2009) project?What did you test in Billing & Payment modules?

0 Answers  


what type of quetion may be asked for experienced person in manual tester of 1 year?

0 Answers   HCL, Xento,


do we require any scripting languae to write test cases in test director? what for it is used?it is like back end?only database we can there?

0 Answers  


I am planning to write certification exam ISTQB on 19t of sep i have no idea on testing can you help me with material,frequently asked quetions and how much time it takes to prepare certification exam

1 Answers  


Categories