Jump to content

What 'advanced' MySQL features you use?


Mchl

Mark all MySQL features you use  

26 members have voted

  1. 1. Mark all MySQL features you use

    • Event scheduler
      0
    • Prepared statements
      5
    • Stored procedures/functions
      5
    • Temporary tables
      4
    • Transactions
      4
    • Triggers
      5
    • Views
      3


Recommended Posts

Most of PHP applications I've seen rarely use anything more than INSERT,SELECT,UPDATE,DELETE.

 

Sometimes this can be explained by application being built so to work with other DBMS, but many applications are built to be used with MySQL specifically.

 

Other limiting factor are shared hostings with very strict MySQL privileges.

 

Still, I'm sure there are people out there, who make use of these features.

 

You have as many votes in the poll as there are options, so you can select all features you use. Please also do leave a comment on how you use them ;)

Link to comment
https://forums.phpfreaks.com/topic/182675-what-advanced-mysql-features-you-use/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.