AboutKrishna Prasad Expertise Data Warehousing and Data Modelling, Cube Building, Data Migration Strategies and Middleware aspects
Experience Several large scale data warehousing and data migration projects. Built a data warehouse of 7 Terrabytes for an organization. Was involved in cradle-to-grave (data architecture to implementation and testing) of a large scale data warehouse effort, in a control position.
Education/Credentials Bachelor of Technology and MBA
Expert: Krishna Prasad Date: 11/4/2007 Subject: need for a solution
Question QUESTION: respected sir
my question is that ,how i create a database,what are the steps are thers for create a database..
2)please send me a webside where i will get the number of sql and pl/sql example
ANSWER: To create a database, you first need to select the database program you want to use. Depending on your volume of data and other factors, you may want to use differnet database engines.
After that, you need to determine your table and field layouts. What do you want to store? How will you query it? What search criteria will you use?
Define the tables and fields, and create the table. Using a program or an interactive interface that comes with the database itself, you create your data. Then you start using it through query, reports, etc.