I have a web application with an interface that queries the MySQL database and presents the requested data to the user. The database contains 25 tables; There are foreign keys related to tables. The problem here is that users are completely unfamiliar with SQL; I cannot expect them to join the tables.
I want to write a script that automatically creates connections. I want to know if there are any modules in Perl that make this easy?
My own experience with SQL is only a few months. Please let me know your opinion about this.
, , . , / ( ), NULL ( ), , .
, , Sybase ( MySQL), , , , .
, :
-, ( , , / ).
"" "".
- , , , ( , , , , ). . "" " " - , . "" ( ) " ", / patron_id .
. , - ( / ); , , . , FOREIGN, , . (, - "patron_id", "" )
. , . ( ? Y/n?). .
- , Perl DBI.
Source: https://habr.com/ru/post/1782334/More articles:Calculating similarities between sentences - algorithmPear PHP UML Class Diagrams - phpHow to store user privileges and queries in mySQL? - phpJQuery Hide function: why speed: 0 still trying to revive? - jqueryCombining mySQL tables in one row? - phpIs there an equivalent (XNA 3.1 "Effect.CompileFromFIle") for (XNA 4.0)? - compiler-constructionUpdating p: commandButton does not work in ui: include - ajaxHow can I use curl to log in multiple users from one PHP script - phpImage Caching Solutions - javaреализация интерфейса в нескольких версиях - javaAll Articles