Posts by gomes • 55 points
6 posts
-
0
votes0
answers57
viewsQ: SQL Select INNER JOIN table contacts join all phones in single related record
I am facing the following dilemma: I have 3 tables (Supplier, Representative and Contacts). And the following query: select * from Fornecedor F inner join Representante R as on R.id_provider = F.id…
-
1
votes0
answers59
viewsQ: Modeling relationship tables
Good evening, everyone! I’d like to ask you a question. Is it possible for multiple tables to reference a single foreign key from a table? Follow the example of the modeling where the table…
-
0
votes0
answers84
viewsQ: Chain execution with Jquery
I have a link that when clicked generates a modal, in this link contains an address that contains an id that is generated dynamically to each new registration the link of the page and the same of…
-
1
votes2
answers420
viewsQ: Encrypt bank passwords in the conf file
I have a PHP system with a config.php file to which are stored the passwords of the database, the problem and those passwords that are stored in this file this very exposed way I would like to know…
-
1
votes2
answers245
views -
1
votes1
answer116
viewsQ: C# method for checking a string
Guys, someone there could give me a boost, help create this method in C#? Method to check parentheses in a input. For example, the method should return verdadeiro for the following values: ((5+2)*2)…