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
 New to SQL Server Programming
 Three tables related to web

Author  Topic 

drachel
Starting Member

2 Posts

Posted - 2010-11-11 : 03:44:01
I have three tables in our database and I think they are interlinked somehow but I do not know how.

Table 1 called 'themes' with columns like following (not all listed below)
id
http_host
main_css
menu_css
menu_tpl
logo....

Table 2 called 'theme_symbols' with columns like id/theme_id/symbol_id/view17/view18...

Table 3 called 'tbl_v3_theme_symbol' with columns like id/theme_id/symbol_id/section_5/section_106


Anybody get any general idea ? Can you explain to me ? Even a little bit if you know. I am really appreciated.

Thank you !
DD

EugeneLim11
Posting Yak Master

167 Posts

Posted - 2010-11-11 : 03:49:03
Do you have any documentations? It is best to read the documentations then to rely on guesswork in here.
Go to Top of Page
   

- Advertisement -