Computer Science, asked by dsouzadonald, 4 months ago

what are the the rules for naming a procedure ?​

Attachments:

Answers

Answered by prajapatikhushi317
2

Use the following syntax usp_ <tablename><action name> The usp_ is a predefined keyword that are used to declaring the procedure . The table-name specify the name of the table . The action name specify the what action you perform on creating the procedures .

Similar questions