Posts by Eduardo R • 53 points
2 posts
-
3
votes2
answers1482
viewsQ: SQL: Doubt in the Relationship between Tables
I am creating an academic system that consists of a virtual restaurant menu type, for this, I created three tables in the bank: Table of Menu Items: CREATE TABLE ITEMS( ID INT PRIMARY KEY NOT NULL,…
-
-5
votes2
answers870
viewsQ: What are the differences between a PL/SQL programmer and an Oracle DBA?
Could someone explain to me the differences between the programmer PL/SQL and the DBA Oracle? I know there are many differences, but I’m not sure how to specify them. I have some doubts too... For…