Posts by Cassio C Santana • 1 point
3 posts
-
0
votes1
answer133
viewsQ: Reference in the mongodb
Well, guys, I know there’s no such thing as a relationship, but I need to know how to do something related. I have two collections a call, Extinguisher and the other Historical, I want an extinct…
-
-1
votes2
answers400
viewsQ: JWT TOKEN authentication is not persisting
Well, every time I Reload in my application or open and close it, I have to put the login and password, it could be some error in my code, could someone take a look? 'Cause I need when I open do…
-
0
votes1
answer21
viewsQ: Trigger executes if a column value is 'Database I'
Create a trigger that automatically enrolls a student in "BD Laboratory I" as soon as it is registered in "Database I". use Universidade; insert into Realiza_matricula (RGAacad, Nomedisc)…