Posts by DBA Jedi • 26 points
1 post
- 
		1 votes3 answers212 viewsA: Relational Algebra - Query in 3 tablesUNION operator must resolve, below the query: Select * from material_peca AS MP inner join peca AS P on P.codigop = MP.codigop inner join material AS M on MP.codigom = M.codigom WHERE (M.nomem =…