100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
ORACLE : Week # 1 Laboratory : Implementation of DDL Commands $17.99   Add to cart

Exam (elaborations)

ORACLE : Week # 1 Laboratory : Implementation of DDL Commands

 3 views  0 purchase
  • Course
  • Institution

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; ...

[Show more]

Preview 4 out of 52  pages

  • January 2, 2024
  • 52
  • 2023/2024
  • Exam (elaborations)
  • Questions & answers
avatar-seller
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

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

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

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.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

75323 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling
$17.99
  • (0)
  Add to cart