Question:Which query will be used for a particular column of a table, if 'Reading' is to be replaced by 'Writing'? 

A Update [Table Name] set [Field Name]= (replace('Reading','Writing')) 

B Update [Table Name] set [Field Name]= (replace('Writing',' Reading')) 

C Update [Table Name] set [Field Name]= (replace([Field Name],' Writing')) 

D Update [Table Name] set [Field Name]= (replace([Field Name],' Reading ')) 

E Update [Table Name] set [Field Name]= (replace([Field Name],'Reading','Writing')) 

F Update [Table Name] set [Field Name]= (replace([Field Name],'Writing ','Reading')) 

+ Answer
+ Report
Total Preview: 647

Copyright © 2025. Powered by Intellect Software Ltd