Does anyone know how to do this in SQL?
Step 1: Make a table in MySQL called users with 3 fields atleast.
Step 2: id is the first make it the primary and also auto_increment. username is the second. password is the third one.
If anyone does please give me the code or explain what I need to do, I would like to learn how to do it
-Thank in advance