How do you update a value in sql?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

Can we use join in subquery?

0 Answers  


What does the file extension accdb stand for?

0 Answers  


How exception handling is done in advance pl/sql?

0 Answers  


How do I create a sql database?

0 Answers  


What is a delimiter in sas?

0 Answers  






Can we insert in view in sql?

0 Answers  


Difference between a query and strored procedure?

4 Answers   Microsoft,


What is a database? Explain

0 Answers  


Why do we use set serveroutput on?

0 Answers  


How are multiple column = value pairs delimited in the SET clause of an UPDATE statement? 1. With commas (SET price = 0, status = 'I') 2. With parentheses (SET (price = 0) (status = 'I')) 3. With double-pipes (SET price = 0 || status = 'I') 4. With square-brackets (SET [price = 0] [status = 'I'] 5. With single or multiple spaces (SET price = 0 status = 'I')

2 Answers  


What are the different datatypes available in PL/SQL?

0 Answers  


What is bulk collections?

2 Answers  


Categories