Ch.4 Part 3 Flashcards

1
Q

What is Structured Query Language(SQL)?

A

A computer language designed to query data in a relational database
Based on relational algebra and allows a user to query and update the database
Queries allow the user to access, read, and report on desired data but the responsibility of making physical changes to the relational database belongs to the Database Management System
S Q L uses these operators and clauses:
INSERT operator: create new record
SELECT operator: begin a query, most useful operator in S Q L, tells the query which columns (or attributes) of a table should be included in the query
UPDATE operator: update record
DELETE operator: delete existing record

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is select statement in SQL?

A

The select statement is used to begin a query

The select statement tells the query which columns(or attributes) of a table should be included in the query

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is From clause in the select statment

A

Clause added to the select statment

Indicates the name of table(s) from which to retrieve data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Select in the select statement

A

Used to begin a query

Statement tells the query which columns(or attributes) of a table should be included in the query

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the where clause

A

States the criteria that must be met to be shown in the query results

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is group by operator?

A

Is used with aggregate functions on the query results based on one or more columns

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is order by clause?

A

Identifies which columns are used to sort the resulting data

Without it, the order of rows returned by a SQL query will not be defined.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is select distinct?

A

Clause selects a column without showing repetitive values

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is between?

A

Operator can be used to specify the end points of a range

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is membership operator(IN)?

A

Allows you to test whether a data value matches the specified target values?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the six relational operators?

A
Equal
Not equal
Less than
Less than or equal to
Greater than
Greater than or equal to
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the guidelines for creating queries?

A

Spell accurately and be case sensitive

Specify AND and OR operations correctly

Tables must be joined properly

Name queries systematically

Choose data fields selectively

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is enterprise systems?

A

Enterprise Resource Planning (E R P) systems.
Commercialized information systems.
Integrate and automate business processes across a firm’s value chain.
Located within and across organizations.
Typically use relational data model.
Primary and foreign keys link the hundreds of tables that form the basis for the enterprise system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Examples of Enterprise Systems

A

SAP/ERP, Oracle ERP, Microsoft Dynamics

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are additional details about Enterprise Systems?

A

Enterprise Systems:
Serve as the backbone of the company’s internal business processes.
Serve as a connection with the external business processes for supply chain and customer relationship management systems.
Accommodate integration and support of various business processes and information needs.
Give a higher level of internal transparency compared to the typically isolated legacy systems.
Provide informational benefits needed to manage effectively an organization’s business activities.
-Timeliness of information.
-Transparency.
-Enhanced completeness.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are the challenges of implementing an enterprise system?

A

Integrating:
Various modules within the enterprise system.
With external systems such as the information system of a supplier and/or customer.
With the firm’s own existing legacy systems.
Converting:
Data from existing legacy systems to the enterprise system.
Implementing:
Any big project at a firm.