Andrian Christian Paul Gadin
BSEMC2B
ACTIVITY TASK MODULE 3 INFMNGT LECTURE
1. what are the basic sql expression?
a sql query is an expression that defines the set of data to be retrieved from the database
2. what is the difference between simple equijoin and natural join?
an equi join matches rows where values in both tables are equal. in a natural join, however, data is matched based on column names that are common between tables.
3. what are the different types of join?
there are four main types of joins in sql:
- inner join
- outer join
- cross join
- self join.
4. what are the different components of sql structure?
there are four different components of sql structure:
- the data manipulation language (dml)
- the data definition language (ddl)
- the data control language (dcl).
5. what is the different between write and fetch transaction?
it is the transactions of the organization and has data that is captured. master data is refers to different transactions. examples are customer, product, or supplier data.
meanwhile fetch transactions are used to transfer data from EBICS gateway to the customer. the order types required for the operation of EBICS are set up after the installation. the order types can be different for each bank and will be created according to the requirements.
C.
1. where clause
2. tables
3. database management system
4. structured query language
5. Select
Comments
Post a Comment