-
Entity Relationship
What relationship is resolved by an intersecting or associative entity ?
a) Recursive
b) Mandatory one to one
c) Many to Many
d) One to One -
RDBMS
Modern RDBMSs perfom the following functionc except ______________.
a) Force column values in one table to match any of the values in a column of another table
b) Automatically replicate data on another server
c) Automatically create new indexes based on query history
d) Prevent unauthorized users from accessing data at the firls level -
Fact Table
Fact Table is
a) Completely Normalized
b) Partially Normalized
c) Completely De-normalized
d) Partially De-normalized
-
-
-
How can I verify the latest data from above table?
I have a table with two columns name namely current,history but I dont have time stamp to make sure that when the data is updated or deleted.
Now How can I verify the latest data from above table? -
-
-
-
What is a Star Schema
Answer posted by Chintan on 2005-05-22 18:34:55: A relational database schema organized around a central table (fact table) joined to a few smaller tables (dimension tables) using foreign key references. The fact table contains raw numeric items that represent relevant business facts (price, discount values, number of units sold, dollar value, etc.)
-
-
-
-
-
-
-
Max of Date using Aggregation
How to find Max and Min of date in aggregation ?
Input:
Empid start_date End_date Sal
1 2015-01-01 2015-12-31 1000
1 2016-01-01 2017-05-29 2000
2 2014-01-01 2015-12-31 1000
2 2016-01-01 2017-03-15 800
3 2011-01-01 2015-12-31 1000
3 2016-01-01 2017-05-10 1200
4 2016-01-01 2017-02-14 2000
Output_Should be like... -
-
What is a Data Warehousing?
Data Warehouse is a repository of integrated information, available for queries and analysis. Data and information are extracted from heterogeneous sources as they are generated....This makes it much easier and more efficient to run queries over data that originally came from different sources. Typical relational databases are designed for on-line transactional processing (OLTP) and do not meet the...
-
Data Warehousing Basics
Ans