Few Question in Mysql. If any one know means tell me?
Am working in live server database without taking backup. Unfortunately I truncate the table means is there any way to retrieve the truncate table in mysql? Answer Please... Like wise same i working in live server database without taking backup. IF i delete the row in a table. Is there any other way to retrieve the row? Answer Please.... Likewise same while working in MySqlYog if we have duplicate values in a table. We selecting the row with where condition. Then it will display the values Table name: orderdetails Orderid Ordernumber Employeeid 1 1201 231 2 1201 231 We select the any one values and click the delete button. Then it will ...