Tagged Questions
2
votes
2answers
1k views
How can I insert a record using Form Builder and PL/SQL?
I'm slowly learning SQL and how to use form builder 6. The situation is I have a simple table named 'players' within the table I have three columns:
player_no (primary key)
position
goals
Within ...