I just have started to learn SQL. I have found in Internet few interesting project for beginners. In one of them I should create the TABLE
named library
which is containing fields like nameOfBook
etc. The most important is ID
field which is Primary Key
. This field must be 5 character length, but first two must be numbers and rest must be letters.
Is there any way to make it?
I am using newest mySql
.