i need a help for my sql project
Budget: $30 – $250 USD
Convert your ER diagram to a relational schema. (
➢ Underline all key attributes in your relations.
➢ Specify all functional dependencies for each relation. (Mapping)
- Use Oracle to create the normalized tables.
- Populate your tables with 5 rows at least.
- Design and implement at least 4 queries. As specified below
Data Retrieval Queries with Select (total of 4 Queries)
➢ Where
➢ Order By
➢ Group By
➢ Aggregate functions
➢ Subquery
➢ Join query
- Note:
➢ You are free to mix between all those clauses in one or more query, but you have to use them all so the total number of queries for Data Retrieval Queries with Select in the end will be 4.
➢ Using select all (*) is NOT accepted.
- Design two stored procedures as the following
➢ Create a PARAMETER based SELECT QUERY stored procedure which return records based on parameters?
➢ Create an UPDATE query based stored procedure
➢ Underline all key attributes in your relations.
➢ Specify all functional dependencies for each relation. (Mapping)
- Use Oracle to create the normalized tables.
- Populate your tables with 5 rows at least.
- Design and implement at least 4 queries. As specified below
Data Retrieval Queries with Select (total of 4 Queries)
➢ Where
➢ Order By
➢ Group By
➢ Aggregate functions
➢ Subquery
➢ Join query
- Note:
➢ You are free to mix between all those clauses in one or more query, but you have to use them all so the total number of queries for Data Retrieval Queries with Select in the end will be 4.
➢ Using select all (*) is NOT accepted.
- Design two stored procedures as the following
➢ Create a PARAMETER based SELECT QUERY stored procedure which return records based on parameters?
➢ Create an UPDATE query based stored procedure