Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 3

Hi,

Any one please what are the difference between View and Derived Table?
Back to top

ngosz

Forum Associate

Joined: 25 Sep 2003


Posts: 725
Location: Green Bay, WI

Posted: Wed Jan 16, 2008 3:49 pm


Post subject: Re: What is the difference between View
and derived table?

A derived table is SQL you (or your universe


designer) writes that will help customize your
universe a bit.
A view is a virtual table that was generated
from the physical schema.
Any change in the physical table will change
the data in the view. The data changes in the
derived table when it updates as well.
_________________
Neal Gosz
Associated Bank
http://www.associatedbank.com

Back to top

Marek Chladny
Forum Advocate

Joined: 27 Nov 2003


Posts: 15433
Location: Toronto

Posted: Wed Jan 16, 2008


3:55 pm
Post subject: Re: What is the
difference between View and
derived table?

Have you tried search with


keywords "derived" and
"table"
I found these old posts
that may help you:
- post 1
- post 2
- post 3
_________________

BO: XI 3 | XI r2 | 6.x | 5.x


DB: Oracle, MS SQL Server, DB2,
Teradata, Netezza
HW: Win and Linux servers
www.perpendulum.com

Latest Blog Posts


2012-06-08 Calendar table
script for Oracle
2012-04-09 All in an input
control
2012-03-29 All in a drill
filter
Back to top

Andreas

Forum Advocate

Joined: 20 Jun 2002


*2
Posts: 15516
Location: Done w/ diplomacy, being blunt now

Posted: Thu Jan 17, 2008


1:04 am
Post subject: Re: What is the
difference between View and
derived table?

A derived table is created


in the universe and will be
used as an InLine View in
the SQL code generated by
a data provider. Derived
tables can use @PROMPT
syntax!
A view is created in the
database.
_________________
Follow me on Twitter
Reading: "The signal AND
THE NOISE" by Nate
Silver
AuditBooking "The Hunger
Games" (part 1) by
Suzanne Collins
Focusing on Data
Visualization, SAP BI 4.0,
SAP connectivity, Data
Modeling, and SAP HANA
Certified Associate

You might also like