16CACCA1CP II-B.Com (CA) INTRODUCTION TO ORACLE AND
SQL
Week # 1 Laboratory : Implementation of DDL Commands.
Date : ____________
To create a student database by using DDL commands in SQL
Source Code :
Create:
Create table karthistud(sno number(5), sname varchar(15), address varchar(30), class
varchar(10));
Desc karthistud;
Alter:
Alter table student add section varchar(10);
Desc student;
Department of Commerce, Valluvar College of Science and Management. Karur Page 1
,16CACCA1CP II-B.Com (CA) INTRODUCTION TO ORACLE AND
SQL
Modify:
Alter table karthistud modify class varchar(15);
Desc karthistud;
Drop column:
Alter table karthistud drop column address;
Desc karthistud;
Department of Commerce, Valluvar College of Science and Management. Karur Page 2
,16CACCA1CP II-B.Com (CA) INTRODUCTION TO ORACLE AND
SQL
Rename:
Rename karthistud to karthistudent;
Desc karthistud;
Desc karthistudent;
Drop table:
Drop table karthistudent;
Desc karthistudent;
Department of Commerce, Valluvar College of Science and Management. Karur Page 3
, 16CACCA1CP II-B.Com (CA) INTRODUCTION TO ORACLE AND
SQL
Extra Credit:
To create a employee database and implement DDL commands.
Department of Commerce, Valluvar College of Science and Management. Karur Page 4
The benefits of buying summaries with Stuvia:
Guaranteed quality through customer reviews
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
Quick and easy check-out
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Focus on what matters
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
Frequently asked questions
What do I get when I buy this document?
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Satisfaction guarantee: how does it work?
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Who am I buying these notes from?
Stuvia is a marketplace, so you are not buying this document from us, but from seller THEEXCELLENCELIBRARY. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $17.99. You're not tied to anything after your purchase.