View Single Post

   
  #2 (permalink)  
Old 04-03-2008, 02:50 PM
Jerry Stuckle
 
Posts: n/a
Default Re: foreign keys on view

slepland@italianvampires.it wrote:
> hi all i have a question for you all ^^...
>
>
> it's possible to create a foreign keys that is related not on a table , but
> on a view?
>


No. A view does not contain any data. It is only a different way of
representing data which already exists in other table(s).


> if possible, the view must be a merge view or also a temptbale?
>


I'm not sure what you're talking about here.

> thx to all
>
> Livio
>
>
>



--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
=================
Reply With Quote