hi all
i have follow some tutorial lessons in
sql and i arrived in a stage when my curiosity invigorates my enthusiasms to farther hone my skills but not just practicing but also inquiring
in the table i created (which i name PRACTICE_SQL101) ... i want to add a column between an already existing 2-columns
how can i possibly do it [
i want it to be between the column City and Country to be names as Zip Code] ... what sort of
commands or
syntax in
sql will i use then?
likewise, i want the
Zip Code to
accept only numbers only
the header of my table looks like this:
P_Id LName FName Address City Country
thanks a lot of any valuable suggestions
cheers!