MySQL
 Computer >> Computer tutorials >  >> Programming >> MySQL
  1. How can we export some field(s) from MySQL table into a CSV file?

  2. What kind of settings can we do to a CSV file by query while exporting the values from MySQL table into a CSV file?

  3. Why we cannot use comparison operator(=) for getting the rows with NULL from a table?

  4. What kind of settings can we do to a text file by query while exporting the values from MySQL table into a text file?

  5. How can we import the text file, having data on the same line with a separator, into MySQL table?

  6. How can we import the text file, having some line prefixes, into MySQL table?

  7. How can we import only specific columns from the text file, into MySQL table?

  8. What is the difference between MySQL INSTR() and FIND_IN_SET() functions?

  9. What MySQL functions can we use to change the character case of a string?

  10. How it is possible in MySQL to find a string of specified pattern within another string?

  11. Which MySQL function returns a specified number of characters of a string as output?

  12. How MySQL evaluates the blank line between two lines written in the text file while importing that text file into MySQL table?

  13. What are the different wildcard characters that can be used with MySQL LIKE operator?

  14. How LIKE operator works with comparison operators for matching specific kinds of patterns of a string?

  15. How can we MySQL LOAD DATA INFILE statement with ‘ENCLOSED BY’ option to import data from text file into MySQL table?

  16. How can we import data from a text file having names of the columns in first row?

  17. How is it possible in MySQL to find the location of the first occurrence of a substring in a string?

  18. What is MySQL HEX() function and how it is different from CONV() function?

  19. How LOCATE() function can be used with MySQL WHERE clause?

  20. What is the use of MySQL BINARY keyword while performing string comparison?

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