user:
+----+----------------+----------+-----------------------+
| id | name          | password | email                |
+----+----------------+----------+-----------------------+ 
|  1 | Sherzod       | secret   | sherzodr@handalak.com |
+----+----------------+----------+-----------------------+

Example 1: Imaginary User table representing a persistent object.

Back to Article