Posts by Rubens Lima • 1 point
2 posts
-
-1
votes1
answer77
viewsA: How to use select in a table that is not related?
I’ll try to help you with what I understand from your question. In database we have the concept of primary key and foreign key, primary key is a unique identifier of a record of a table. The foreign…
-
-4
votes3
answers856
viewsA: Validate input without variable
From what I can understand of your question is that as long as the number is greater than 10, repeat the input instruction until the number is less than or equal to 10. I recommend studying the…