Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is UNION acceptable in a View?
Message
From
16/03/2001 08:53:54
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
 
 
To
16/03/2001 00:29:31
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00485727
Message ID:
00485837
Views:
8
>It's legal to use UNIONs in a view, as long as it's defined with CREATE SQL VIEW and you don't later attempt to modify it with the VFP View Designer.
>
>However...
>
>Is it good practice to use UNION clause(s) in a view? Or, is that usually a sign that the database should be refactored?

I think using UNION may be a (good) sign that the database is successuflly normalized. Usually views are used to denormalize data for particular uses, such as querying or reporting.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform