CATEGORIES
POLL
What kind of tutorials are you interested in?
tutorial language
English German Turkish
tutorial type
all
video
html
tutorials per page
10
15
25
sort tutorials
date
click
rating
0faves
.. 0.0 / 10 .. (0 votes)
MySQL » 10.07.2008 » by biohazard
This tutorial is a bit the same as the counters tutorial except that it deals with the time aspect as well.
36 views ... goToHome ... reportThis ... shareThis ... addToFaves ... comments(0)
0faves
.. 8.0 / 10 .. (1 vote)
MySQL » 10.07.2008 » by biohazard
MyISAM does not have any key constraints. This means that you can't cascade deletes and updates to other tables as you would normally do. You can however simulate the Foreign Key Constraints using triggers.
30 views ... goToHome ... reportThis ... shareThis ... addToFaves ... comments(0)
0faves
.. 10.0 / 10 .. (1 vote)
MySQL » 10.07.2008 » by biohazard
Triggers are a great way to gateher statistics and have 'running progress counters'.
33 views ... goToHome ... reportThis ... shareThis ... addToFaves ... comments(0)
0faves
.. 0.0 / 10 .. (0 votes)
MySQL » 15.05.2008 » by biohazard
SQL injection is most common methodology employed by a hacker to exploit vulnerabilities in software applications. Vulnerabilities are basically weak links in the software that exposes unauthorized data/information to a user...
223 views ... goToHome ... reportThis ... shareThis ... addToFaves ... comments(0)
0faves
.. 0.0 / 10 .. (0 votes)
MySQL » 05.05.2008 » by who
MySQL FAQs - Server Daemon mysqld Administration.
166 views ... goToHome ... reportThis ... shareThis ... addToFaves ... comments(0)
0faves
.. 0.0 / 10 .. (0 votes)
MySQL » 01.05.2008 » by biohazard
Advanced SQL using MySQL and phpMyAdmin.
192 views ... goToHome ... reportThis ... shareThis ... addToFaves ... comments(0)
0faves
.. 0.0 / 10 .. (0 votes)
MySQL » 01.04.2008 » by gearup
The reason for having a database is to have vast amounts of data organized and readily available. SQL is the means by which we can communicate with the database and tell it to find exactly what we need...
244 views ... goToHome ... reportThis ... shareThis ... addToFaves ... comments(0)
0faves
.. 0.0 / 10 .. (0 votes)
MySQL » 01.04.2008 » by gearup
When running more complex queries, such as concatenating strings, often times you may need to trim whitespace from the values.
350 views ... goToHome ... reportThis ... shareThis ... addToFaves ... comments(0)
0faves
.. 0.0 / 10 .. (0 votes)
MySQL » 01.04.2008 » by gearup
Aggregate means a whole, the term is most used in economics (if you have ever taken an economics class, you probably remember how painful it was :)), it basically means ‘as a whole’. So, we’ll cover a few simple aggregate functions , avg,max, and min.
229 views ... goToHome ... reportThis ... shareThis ... addToFaves ... comments(0)
0faves
.. 0.0 / 10 .. (0 votes)
MySQL » 01.04.2008 » by gearup
A word of warning about concatenating with sql, if the data used is one that is created by a user where query strings are created dynamically, there could be a possibility of an sql injection. This method is best used for outputting information you have in a database...
225 views ... goToHome ... reportThis ... shareThis ... addToFaves ... comments(0)
Previous
12 3 4 5 Next