Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 Database Design and Application Architecture
 URL-problem

Author  Topic 

KazaX
Starting Member

28 Posts

Posted - 2008-11-06 : 19:12:44
Hello, there

I have table with some attributes. Values of one attribute will be displayed on the web, but that values should be embeded with reference to other website.
ex.
http://www.iuphar-db.org/GPCR/ReceptorDisplayForward?receptorID=2270

Gene name.

Each value of this attribute refers to different website.

if I create table like Structural_info, how should I represent the Gene Name attribute?
Thx in advance
   

- Advertisement -