Akshat Tias.docx

  • Uploaded by: monu
  • 0
  • 0
  • April 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Akshat Tias.docx as PDF for free.

More details

  • Words: 94
  • Pages: 2
SQL> show tables; SP2-0158: unknown SHOW option "tables" SQL> show databases; SP2-0158: unknown SHOW option "databases" SQL> show table; SP2-0158: unknown SHOW option "table" SQL> create table emp_1(empno int, 2 empname varchar(20), 3 deptno int);

Table created.

SQL> insert into emp values (001,'akshat jain',10); insert into emp values (001,'akshat jain',10) * ERROR at line 1: ORA-00947: not enough values

SQL> insert into emp_1 values(001,'akshat jain',10);

1 row created.

SQL> insert into emp_1 values (002,'joshua',40);

1 row created.

SQL> select *from emp_1;

EMPNO EMPNAME

DEPTNO

---------- -------------------- ---------1 akshat jain 2 joshua

SQL>

10 40

Related Documents


More Documents from ""

Akshat Tias.docx
April 2020 4
Data.pdf
December 2019 3
Youth_prospectus.pdf
December 2019 1
Seripaperiii.pdf
December 2019 1
Monu Report.pdf
November 2019 17