Anonymous

What Is A Table? Can You Describe Different Types Of Tables Used In Database?

1

1 Answers

Anonymous Profile
Anonymous answered
Tables in databases are used to store data which are related to each other in one way or another. E.g in Employee Table you can find different fields only related to employee like employee id, employee department, employee salary and so on.

there are many types of tables used in database especially in oracle like stage tables, operational tables, functional tables, dispositional tables, archive tables, dummy tables and so on. You can find details of all these tables over here.

Answer Question

Anonymous