Is it possible to update a table value with out using update
command?. if yes what is the reason, if no what is the
reason?.

Answer Posted / bhawana

NO,it is impossible to update the table without using update
command,Because update command is used only for update the table

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Please can the SQL code below be interpreted IF @xMatchCriteria='MATCH12' BEGIN IF EXISTS (Select * from #InsightData where (EmailAddress=@xDCPEmailAddress ) ) BEGIN SET @xTestMatchCriteria = @xMatchCriteria; SELECT @xCRMCustomerId=CustomerId, @xCRMDcpCustomerId=DcpCustomerId, @xCRMPortalCustomerID=PortalCustomerID,@xCRMDcpID=DcpID, @xCRMCardNumber=CardNumber, @xCRMEmailAddress=EmailAddress, @xCRMfirtLetterFirstName=firtLetterFirstName, @xCRMLastName=Surname,@xCRMAddressLine1=AddressLine1, @xCRMPostCode=PostCode FROM #InsightData where (EmailAddress=@xDCPEmailAddress ) END ELSE BEGIN SET @xTestMatchCriteria='No'+@xMatchCriteria; END END

1164


How do I optimize a selected query in mysql?

511


Explain the difference between mysql and mysql interfaces in php?

557


Explain the difference between primary key and candidate key in mysql?

517


Do while loop in mysql procedure?

495






What are the different tables present in MySQL?

565


Write a query to select all teams that won either 1, 3, 5 or 7 games.

820


Is mariadb faster than mysql?

469


How to rename an existing column in a table?

541


What does mysqli stand for?

494


How do I delete a mysql user?

467


What is the use of mysqli_query?

455


How do I restore a mysql database?

542


Define REGEXP?

646


How to Change a users password from unix shell.

572