MySQL
 Computer >> Computer tutorials >  >> Programming >> MySQL
  1. How can we take a backup of the single database by using mysqldump client program?

  2. How can we take a backup of multiple databases by using mysqldump client program?

  3. What is the significant difference between MySQL LIKE and equal to (=) operator?

  4. What are the different wildcard characters which can be used with NOT LIKE operator?

  5. In MySQL, how can we check whether a string of a specified pattern is not present within another string?

  6. How can we export data to a CSV file whose filename name contains timestamp at which the file is created?

  7. How can we export data to a CSV file along with columns heading as its first line?

  8. How MySQL evaluates if we export the data to CSV file from a table which contains a NULL value(s)?

  9. How can we store any other value than \N in CSV file if we export the data to CSV file from a table which contains a NULL value(s)?

  10. How can we transfer information between MySQL and data files through command line?

  11. How can we upload data into MySQL tables by using mysqlimport?

  12. How can we upload data into multiple MySQL tables by using mysqlimport?

  13. What are some frequently used mysqlimport options while uploading the data into MySQL table through command line?

  14. How can we import CSV files into MySQL tables by using mysqlimport?

  15. How MySQL LTRIM() and RTRIM()functions can be used with WHERE clause?

  16. How can we use the output of LTRIM() and RTRIM() functions to update MySQL table?

  17. How can I remove the leading and trailing spaces both at once from a string by using MySQL LTRIM() and RTRIM() functions?

  18. How can I remove the leading and trailing spaces both at once from a string without using MySQL LTRIM() and RTRIM() functions?

  19. How can we use MySQL TRIM() to remove the whitespaces from all the rows and update table?

  20. How can I eradicate some specific suffix or prefix or both from a MySQL string?

Total 4564 -Computer  FirstPage PreviousPage NextPage LastPage CurrentPage:209/229  20-Computer/Page Goto:1 203 204 205 206 207 208 209 210 211 212 213 214 215