Which SQL data types can I use to accommodate links like www.google.com
?
Which SQL data type can I use to store html codes?
<a href="www.google.com">Google</a>
I would like to store my links in the database, to use a for loop to automatically populate he links.