Posts by Victor Santos • 33 points
3 posts
-
-1
votes1
answer19
viewsQ: I can’t access the filter variable in the view or controller
I’m trying to create an update filter using MVC in php, but I can’t access the upload variable via get. If anyone can shed some light.…
-
1
votes1
answer83
viewsQ: SUB-CONSULTATIONS IN SQL?
Using the BD below, how would return the name of the person who rented the date '2016/11/17'. Name is in the person table and the date in the loan table. CREATE DATABASE escola; USE escola; CREATE…
-
2
votes1
answer3011
viewsQ: Error Code: 1215. Cannot add Foreign key Constraint
Can anyone help me? I can’t create this foreign key. Just follow my code: CREATE DATABASE escola2; USE escola2; CREATE TABLE IF NOT EXISTS aluno ( matricula INT, nome VARCHAR(25), sobrenome…