Notes
Notes - notes.io |
SQL*Plus: Release 11.2.0.2.0 Production on Wed Jan 29 10:11:33 2020
Copyright (c) 1982, 2014, Oracle. All rights reserved.
SQL> connect u1806443
Enter password:
Connected.
SQL> SELECT
2 table_name
3 FROM
4 user_tables;
TABLE_NAME
------------------------------
ST1
STUD
ST2
SQL> create table Empolyee(
2 Fname 34
3 4
4
SQL> 4
SP2-0226: Invalid line number
SQL> desc st2
Name Null? Type
----------------------------------------- -------- ----------------------------
ROLL NUMBER(10)
NAME VARCHAR2(10)
CITY VARCHAR2(15)
AGE NUMBER(10)
CGPA NUMBER(6,2)
SQL> create table Empolyee(
2 Fname varchar2(10
3 Fname varchar2(10
4
SQL> create table Empolyee(
2 Fname varchar2(10),
3 Minit varchar2(10),
4 Lname varchar2(10),
5 Ssn number(15),
6 Bdate date,
7 Address varchar2(30),
8 Sex varchar2(5),
9 Salary number(10),
10 Super_ssn number(15),
11 Dno number(5)
12 );
Table created.
SQL> desc employee
ERROR:
ORA-04043: object employee does not exist
SQL> ALTER TABLE Empolyee RENAME TO Employee;
Table altered.
SQL> desc employee
Name Null? Type
----------------------------------------- -------- ----------------------------
FNAME VARCHAR2(10)
MINIT VARCHAR2(10)
LNAME VARCHAR2(10)
SSN NUMBER(15)
BDATE DATE
ADDRESS VARCHAR2(30)
SEX VARCHAR2(5)
SALARY NUMBER(10)
SUPER_SSN NUMBER(15)
DNO NUMBER(5)
SQL>
|
Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...
With notes.io;
- * You can take a note from anywhere and any device with internet connection.
- * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
- * You can quickly share your contents without website, blog and e-mail.
- * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
- * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.
Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.
Easy: Notes.io doesn’t require installation. Just write and share note!
Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )
Free: Notes.io works for 12 years and has been free since the day it was started.
You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;
Email: [email protected]
Twitter: http://twitter.com/notesio
Instagram: http://instagram.com/notes.io
Facebook: http://facebook.com/notesio
Regards;
Notes.io Team