MySQL
 Computer >> Computer tutorials >  >> Programming >> MySQL
  1. How can we search a record from MySQL table having a date as a value in it?

  2. What MySQL returns if sub-query, used to assign new values in the SET clause of UPDATE statement, returns no rows?

  3. How can I store the fixed length string as well as variable length string in the same MySQL table?

  4. In MySQL, what is the difference between SERIAL and AUTO_INCREMENT?

  5. How can we update columns values on multiple rows with a single MySQL UPDATE statement?

  6. How can we update values in a MySQL table?

  7. How to use MySQL FROM_UNIXTIME() function to return datetime value in numeric format?

  8. How can we use MySQL function STR_TO_DATE(Column, ‘%input_format’)?

  9. How can we specify default values in MySQL INSERT statement?

  10. What MySQL returns on passing an invalid string as an argument to STR_TO_DATE() function?

  11. What MySQL returns if specified format string is not as per accordance with the date string passed as arguments to STR_TO_DATE() function?

  12. How can we create a MySQL function to find out the duration of years, months, days, hours, minutes and seconds?

  13. How GET_FORMAT() function can combine with DATE_FORMAT() and STR_TO_DATE() function?

  14. What is the use of MySQL GET_FORMAT() function?

  15. How can we apply filtering criteria at group levels of the result set returned by MySQL?

  16. How can we divide the result set returned by MySQL into groups?

  17. How to convert from Unix timestamp to MySQL timestamp value?

  18. How can we offload the time/date handling in MySQL?

  19. How can I use TIME_FORMAT() function to offload time/date values in MySQL?

  20. How can we fetch month and day from a given date in MySQL?

Total 4564 -Computer  FirstPage PreviousPage NextPage LastPage CurrentPage:218/229  20-Computer/Page Goto:1 212 213 214 215 216 217 218 219 220 221 222 223 224