Skip to content

Create create#12

Open
rawand20 wants to merge 1 commit into
GBarzaq:masterfrom
rawand20:patch-1
Open

Create create#12
rawand20 wants to merge 1 commit into
GBarzaq:masterfrom
rawand20:patch-1

Conversation

@rawand20

@rawand20 rawand20 commented Dec 9, 2016

Copy link
Copy Markdown

No description provided.

Comment thread create


create or replace type technician_t under Staff_T (
tech_title varchar2(10), tech_skills varchar2(10) );

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

header for procedures

Comment thread create
) IS
Begin

INSERT INTO technician VALUES

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

name of table

Comment thread create

MEMBER PROCEDURE delete_technician IS
BEGIN
IN (SELECT REF(s) FROM Staff s

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what this?

Comment thread create
Begin

INSERT INTO technician VALUES
(tech_title , tech_skills );

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

attributes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants