Is it possible to update the multiple field values in a
single query? If possible then write the actual query.
Answer / manjiri
update table_name
set col1=new_value, col2= new_value...
where condition/'s
Is This Answer Correct ? | 14 Yes | 1 No |
What are the different sql server versions you have worked on? : sql server DBA
Can we take incremental backups in datapump?
What questions might be they ask in managerial round in capgemini.
Give the stages of instance startup to a usable state where normal users may access it.
who owns the operating system files created by the utl_file package?
when we login sql editor using username and password then it says this error "could not resolve service name" then what can we do at client side.( here thing is tnsnames.ora file is ok till yesterday and worked well, but now it giving error.
How would you begin to troubleshoot an ORA-3113 error?
can u plz tell me what r the mandatory skills for getting job as a sql dba......plz send me all details thank you my id :k.mohann.mohan@gmail.com
From the database level, how can you tell under which time zone a database is operating?
How would you determine what sessions are connected and what resources they are waiting for?
why do we give pctfree and pctused in create table statement?
How do you recover a datafile that has not been physically been backed up since its creation and has been deleted. Provide syntax example.