Posts by MarcosND • 1 point
2 posts
-
-2
votes1
answer31
viewsQ: Trigger to check for data in another table
I’m trying to create a Trigger, using the following tables: The Trigger will be in the Table Carrier, and only need to check if in City.codcidade, there is some value equal to the…
-
0
votes0
answers923
viewsQ: Error: "The expression must be a modifiable lvalue"
Hello! I’m learning C, and I’m trying to make a simple program, which consists of a "Stack of Books" in which I need to Store the Book Title, Author and Book Code, using structs and Stacks of Data.…