Database - Introduction to Database - Discussion

Discussion Forum : Introduction to Database - General Questions (Q.No. 16)
16.
Which of the following projects illustrates a database being designed from existing data?
A database using the Production Department's spreadsheets
A database designed to produce production reports for a new Production Department manufacturing process
A database that will combine two databases currently used by the Production Department
None of the above is correct.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
14 comments Page 1 of 2.

Jaba said:   1 decade ago
I think, Using The data in Spreadsheet which is existing, database can be created which is efficient (like SQL).
(1)

Sangita said:   9 years ago
What is advance excel?
(1)

Kiran said:   1 decade ago
What is spreadsheet in database? how it will use in that?

Gowthaman said:   1 decade ago
What is database? why this called database?

Gandi srinu said:   1 decade ago
Creating another data base in the form of spread sheet is a new project.

Rajat Rahul said:   1 decade ago
@Gothaman: Database is a logically related data. It is called as database because it has been made with the collection of data which has their internal dependencies with the primary keys and foreign keys etc.

However, kindly help me to understand the answer of this question which has option A.

Avinash said:   1 decade ago
Any one kindly help out this answer in explaining. !

Chitresh said:   1 decade ago
Actually, sql loader is used to import excel files in the database. Basically if you have a table in which there is no data, you can either enter the data manually or you can load it through 'sql loader'.

Chitresh said:   1 decade ago
So, input of sql loader - excel files containing data.

Output= data in the table.

Kruvy said:   1 decade ago
Well, .csv (spreadsheet) can be seen as a table. Basically the concept of database has evolved from flat files (.CSV , .txt).

So, I think that is why Spreadsheet is treated as a database here...

(people who knows Office Macro would have much idea about it....)


Post your comments here:

Your comments will be displayed after verification.