Looking for MUF0052 ICT Unit 2 - Semester 1, 2025 test answers and solutions? Browse our comprehensive collection of verified answers for MUF0052 ICT Unit 2 - Semester 1, 2025 at mlearn.sunway.edu.my.
Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!
What is another name for an entity in an entity-relationship (ER) diagram?
Below are the Movies and Sales table of a relational database:
Dexter has created the following SQL query:
SELECT tblMovies.Title, tblMovies.Genre, tblSales.CopiesFROM tblMovies, tblSales;
How many records will be returned by the query?
Below are the Movies and Sales table of a relational database:
Dexter has created the following SQL query:
SELECT tblMovies.Title, tblMovies.Genre, tblSales.CopiesFROM tblMovies, tblSalesWHERE tblMovies.MovieID = tblSales.MovieID
How many records will be returned by the query?
Below is an entity-relationship diagram for a relational database:
Which best describes the relationship between customers and sales?
Below is data from a DBMS:
If the following query was run on the table above which CustomerID would appear first?
SELECT CustomerID, First, Last, PostcodeFROM tblCustomersORDER BY Postcode DESC;
Which of the following correctly describes a foreign key in the entity-relationship (ER) diagram?
A flat-file database consist of
What is the term used to describe that the same piece of data is stored in more than one location?
Below is data from a DBMS:
If the following query was run on the table above which CustomerID would appear first?
SELECT CustomerID, First, Last, PostcodeFROM tblCustomersORDER BY Postcode DESC;
Below is an entity-relationship diagram for a relational database:
Which best describes the relationship between customers and sales?