Hello,
The following SQL from default schema is useful to create TOP activity in Server,
select * from sh.sales,sh.customers, sh.channels
Note: Only for testing server :)
It was helpful to find it in Enterprise Manager.
Blog from a software professional, Passionate to work in latest cutting edge technologies in order to get better results in business.
select * from sh.sales,sh.customers, sh.channels
Tip of the day: Best Practice (for realtime): |
Create tablespaces for TABLES, and separate tablespaces | |||||||||||
for INDEXES for better performance and management. |