0% found this document useful (0 votes)
2 views1 page

Oracle 1

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

Oracle 1

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

1.

Create table emp1


(emp no(4),
ename varchar2(15),
job varchar2(10)
salary number(7))

2. Create table emp1


(emp no(4,0),
ename varchar2(15),
job varchar2(10)
salary number(7,2)

Find if there is some error in table.

If no , execute these and generate the responses.

If yes , correct it and execute to generate output.

3. Insert 20 records in the tables

You might also like