MySQL
 Computer >> Computer tutorials >  >> Programming >> MySQL
  1. How MySQL evaluates if I try to add two numbers that are contained in quotes?

  2. What are storage engines and how we can check the list of storage engines supported by MySQL installation?

  3. While adding the numbers contained in quotes, how MySQL evaluates if we write non-numeric text after a number?

  4. While creating a MySQL table, how can I specify the storage engine of my choice rather than using the default storage engine InnoDB?

  5. How can we find out the storage engine used for a particular table in MySQL?

  6. How can I get the list of columns from a table in the other database than weare currently using IN operator?

  7. How can we set up a MySQL User account by using INSERT INTO statement?

  8. How can we set up a MySQL User account by using SQL GRANT statement?

  9. How MySQL aggregate functions can be combined with MySQL IF() function?

  10. How can we establish MySQL database by using MySQL binary at commandprompt?

  11. How can we create a new database by using mysqladmin?

  12. How does MYSQL control flow function CASE works?

  13. How can we drop an existing database by using mysqladmin?

  14. How can column data be used within MySQL CASE statement?

  15. In which conditions, MySQL CASE statement return NULL?

  16. What would be effect of negative value of second argument, which specifies the number of decimal places, on the output of MySQL TRUNCATE() function?

  17. In MySQL, how to raise a number to the power of another number?

  18. How can we use MySQL POWER() function with the column’s data values?

  19. How can we combine functions in MySQL?

  20. In MySQL, without having BOOLEAN data type how can we show TRUE and FALSE values?

Total 4564 -Computer  FirstPage PreviousPage NextPage LastPage CurrentPage:201/229  20-Computer/Page Goto:1 195 196 197 198 199 200 201 202 203 204 205 206 207