University of Rochester

Need Help


Stay Secure

Get Connected

Need Technology?


Incoming Students

Students

Faculty/Staff


Office of the Vice President for IT and CIO

myIdentity

Other IT Resources

About University IT


University IT Home

University IT » Web Services » Help » MySQL » Tables

MySQL with phpMyAdmin Tutorial

Index | Getting Started | Tables | Viewing Data | Updating Data | Resources

Creating and Modifying a Table

Creating a Table

Modifying a Table

Deleting a Table

Tips & Tricks

The NULL value confuses newcomers to SQL, who often think that NULL is the same thing as an empty string. But thats not the case. By typing in Null, you have given a value to the field. However, by not typing anything to the field will return an empty string.