Spool File For Oracle Students Trained by MR - Sathish Yellanki
Spool File For Oracle Students Trained by MR - Sathish Yellanki
Sathish Yellanki
..
SQL> CREATE TABLE SkyEss_Sales
2 (
3 SaleID NUMBER(6),
4 SaleDate DATE,
5 EmplNo NUMBER(5),
6 SaleType CHAR(1),
7 SaleDESC VARCHAR2(200)
8 );
CREATE TABLE SkyEss_Sales
*
ERROR at line 1:
ORA-00955: name is already used by an existing object
SQL> ED
Wrote file afiedt.buf
SQL> --TAB : Metadata That Can Show The Tables Name That Has Been Created
SQL> SELECT *
2 FROM TAB;
--------------------------------------------------------------------------------
SkyEss Techno Solutions Pvt. Ltd.
Flat No. 201, II Floor, Abhilash Towers, BK Guda, Hyderabad 500 038
Ph No. +9140 23710047, 64640047, Mobile: 9985798869
Contact For Courses And Training in
Oracle Developer Suite 10g(D2K), Oracle Apps R12, Live Projects in SQL and PL/SQL, Data
Modeling, Linux/Unix
Follow Me: https://www.facebook.com/satishkumar.yellanki
SQL> cl scr
SQL> cl scr
SQL> cl scr
Table created.
SQL> SELECT *
2 FROM Tab
3 WHERE TName = 'Students';
no rows selected
SQL> SELECT *
2 FROM Tab
3 WHERE TName = 'STUDENTS';
Table created.
Table created.
SQL> ED
Wrote file afiedt.buf
--------------------------------------------------------------------------------
SkyEss Techno Solutions Pvt. Ltd.
Flat No. 201, II Floor, Abhilash Towers, BK Guda, Hyderabad 500 038
Ph No. +9140 23710047, 64640047, Mobile: 9985798869
Contact For Courses And Training in
Oracle Developer Suite 10g(D2K), Oracle Apps R12, Live Projects in SQL and PL/SQL, Data
Modeling, Linux/Unix
Follow Me: https://www.facebook.com/satishkumar.yellanki