Posts by Pedro Schimmelpfeng • 11 points
3 posts
-
-1
votes1
answer32
viewsQ: Query in a question bank that cannot return hits
I have a bank of questions organized as follows: questions: ID | pergunta | a | b | c | d | e | correta 1 | Qual meu nome? | joao | pedro | jose | mateus | lucas | pedro 2 | Qual a minha idade? | 15…
-
1
votes1
answer275
viewsQ: Bootstrap menu Collapse above the text
I’m creating a website that, when accessed by mobile, your horizontal menu is compressed (Collapse), as shown in the image below: However, after I click on the menu symbol, the options appear above…
-
0
votes1
answer253
viewsQ: Mysql Workbench error setting foreign keys
I am wanting to create two foreign keys through Mysql Workbench and when I apply the information it executes the code below: ALTER TABLE `insect_db`.`usu_ins` ADD INDEX `fk_id_ins_idx` (`id_ins`…