Posts by Guilherme Coutinho De Moura • 1 point
2 posts
-
-1
votes1
answer30
viewsQ: Trigger to devalue apartment price if garage linked to it is excluded
I need to create a Rigger that devalues the value of the apartment when a garage linked to it is deleted, I have the following tables: create table apartamento ( numero varchar(5) not null, tipo…
-
-3
votes0
answers14
viewsQ: Functions in Mysql phpMyAdmin
I’m trying to do the following exercise 1 - Develop a Function that returns the name of the liquidator by passing as parameter the identifier of the liquidator. Then use the created Function to…