MySQL
 Computer >> Computer tutorials >  >> Programming >> MySQL
  1. What is the use of MySQL IFNULL() control flow function?

  2. Does MySQL preserve the environment at the time the stored procedure created?

  3. What do you mean by Scope of variables inside MySQL stored procedure?

  4. What is the use of MySQL NULLIF() control flow function?

  5. How does MySQL evaluate the expression if the arguments are not equal in NULLIF()?

  6. Create a MySQL stored procedure, which takes the name of the database as its parameter, to list the tables with detailed information in a particular database.

  7. How can a MySQL stored procedure call another MySQL stored procedure inside it?

  8. How can we access tables through MySQL stored procedures?

  9. How can we perform START transactions inside MySQL stored procedure?

  10. How can we perform COMMIT transactions inside MySQL stored procedure?

  11. What happens when we use COMMIT in MySQL stored procedure and one of the transaction, under START transaction, fails?

  12. How can we perform ROLLBACK transactions inside a MySQL stored procedure?

  13. How are actions that take place inside stored procedure and functions replicated?

  14. What are the special security requirements for using stored procedures and functions together with replication?

  15. What are the limitations for replicating stored procedure and functions?

  16. Create a stored procedure to get the detail of a particular MySQL table stored in a database?

  17. How can I get all the records of a table by passing its name as the parameter of MySQL stored procedure?

  18. What is MySQL INTERVAL() function?

  19. What is the difference between MySQL ISNULL() function and IS NULL operator?

  20. What MySQL returns if the first argument of INTERVAL() function is NULL?

Total 4564 -Computer  FirstPage PreviousPage NextPage LastPage CurrentPage:194/229  20-Computer/Page Goto:1 188 189 190 191 192 193 194 195 196 197 198 199 200