How to create procedure | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to create procedure

14th Apr 2018, 4:37 AM
Amila Darshana
Amila Darshana - avatar
7 Answers
+ 2
create database use database create table tablename in sql in oracle database is already created u just need to do your task create table tablename ex:- CREATE test; use test; CREATE TABLE employee ( id int primary key, name varchar(30), dob datetime, email varchar(48) ); now your table will be create to see that use DESC employee;
14th Apr 2018, 4:49 AM
MsJ
MsJ - avatar
+ 1
You question is confusing please ask it more clearly kid
14th Apr 2018, 4:40 AM
Ole113
Ole113 - avatar
+ 1
I need to know what are the standed for create procedure
14th Apr 2018, 4:46 AM
Amila Darshana
Amila Darshana - avatar
+ 1
using Sql
14th Apr 2018, 4:47 AM
Amila Darshana
Amila Darshana - avatar
+ 1
What do you mean by procedure and btw you can edit you answers you don't have to post another one
14th Apr 2018, 4:47 AM
Ole113
Ole113 - avatar
0
thanks lot any one explain why use cursor function in procedure
14th Apr 2018, 5:18 AM
Amila Darshana
Amila Darshana - avatar
0
dear all I have table which include contract no,contract active or not and cheq relevant to contracts,cheques status so I need know if contract non active cheq no need updatr as closed please help to create procedure
14th Apr 2018, 9:54 AM
Amila Darshana
Amila Darshana - avatar