Is a primary key a unique identifier?
NO, unique identifier allows null values.. so u dont called as primary key...
primary key means it doesn't allow null n repeated values....
so we dont call unqiue identifier is a primary key...
Different types of automation?
computer system, distributed control system, operating system, lighting system e.t.c
What is the fullform of oracle?
Oak Ridge Automatic Computer and Logical Engine
Regards,
Manikandan Selvarajan
dB Professionals India Pvt Ltd,
Chennai-40,
India.
What are the advantages and disadvantages of billing system?
Computerized billing systems:
Advantages:
Generates the claim
Records all charges & payments in the system
Automatically posts to patients accounts
Reduces paperwork
Minimized errors
Disadvantages:
High Initial Cost
Special Trainings for Personnel
Viruses
Losing data from power failure
Hackers
Computer fraud
Sequential data is when things are stored and accessed in order, starting from the beginning (or end) of the file. So to access a given record, you would have to access everything before that point. Sometimes this is the only way to access things, such as items stored on tape.
E-R diagram for library management system?
An ER-Diagram is used for developing databases.
But if you want us, to develop an database for an library management system - then you are at the wrong forum.
How you create er diagram for shopping cart?
An ergonomic diagram for a shopping cart can be made by using a map of the store where purchases will be made. Many major grocery stores have printed maps for customers. Another way to diagram a shopping cart is to make a grocery list while in the store, noting the different things in each department and the store layout.
Advantage and disadvantage of oracle dbms?
Advantages:
Disadvantages:
What is the difference between mysql server and oracle server?
While these three products are very similar, there are some differences. MySQL does not have a GUI interface while the other two do, it is also the only open source product of the three. SQL Server only runs on Windows, while the other two run on a variety of operating systems. Language support differs among the three, with each having some unique language support.
Where can one download Oracle 11i?
To get Oracle 9i, go to www.oracle.com. Go to the downloads page for 11g, scroll to the bottom, and select Previous database releases, Oracle 9i.
What is a n Er diagram for payroll system?
Drawing Entity Relationship diagram between the various entities of any Payroll System. Example relationship between departments and employee, Leaves and Employee, etc., Drawing the same will help to normalize and improve the Database Design.
What is Oracle's stock symbol?
The stock symbol for software and technology company Oracle Corporation is ORCL.
Advantages and disadvantages of management information system?
A good information system allows the user to access, understand and respond to information quickly and effectively. Whenever necessary, users can get the most accurate information needed to do an activity. A good information system also offers users a variety of ways to change and present information, as well as perform different tasks.
Information systems may not always function properly. This happens for a number of reasons. Systems break down, interrupting smooth operations and causing customer dissatisfaction. For instance, customers may be charged for the wrong services or for merchandise that they did not order. Also, defective information systems can deliver the wrong information to other systems, which could create further problems for the company and its customer
Why we are using oracle instead of mysql?
This question is very broad subject and in few lines, we should not answer... For the answer, you must have through idea/knowledge about the Organization like, Budget, IT, Technical Competencies, Capacity Planning, IT infrastructure... If any of the above mentioned area is lacking with funds then you may compromizing with the quality, security or the productivity... In the market, you may find so many products which are promising to handle your organizations Data Management but the best RDBMS is Oracle... Hope it helps... Cheers !!
Star Nirav
+91 9227258878
Different types of canvas in oracle forms?
A canvas view is the background object on which you layout the interface items(textitems,check boxes,radio groups and so on)and boilerplate objects that operators see and intaract with as they run you form.At runtime ,operators cansee only those items that have been assigned to specific canvas.each canvas,interm,must be displayed in specific window
Difference between Oracle 11g and 11i?
1.Simplified and improved automatic memory management
2.New fault diagnosability infrastructure to prevent, detect, diagnose, and help
resolve critical database errors
3.Invisible Indexes
4.Virtual columns
5.Enhanced security for password-based authentication by enabling use of mixed
case in passwords.
6.Tablespace-level encryption
7.Ability to online redefine tables that have materialized view logs
Thease are only few enhancements , you can find more detail in the doc suggested by SaRa.
What is the classification of DBMS and its interfaces?
DBMS Interfaces
User-friendly interfaces provided by a DBMS may include the following. � Menu-Based interfaces for Web Clients or Browsing: These interfaces present user with lists of options, called menus, that lead the user through the formulation a request. Menus do away with the need to memorize the specific commands and syntax of a query language. Pull-down menus are a very popular technique in Web based user interfaces. They are also often used in browsing interfaces, which allows a user to look through the contents of a database. � Forms-Based Interfaces: A forms-based interface displays a form to each user. Forms are usually designed and programmed for naive users as interfaces to canned transactions. Some systems have utilities that define a form by letting the end user interactively construct a sample form on the screen. � Graphical User Interfaces: A graphical interface (GUI) typically displays a schema to the user in diagrammatic form. The user can then specify a query by manipulating diagram. In many cases, GUls utilize both menus and forms. Most GUls use a pointing device, such as a mouse, to pick certain parts of the displayed schema diagram. � Natural Language Interfaces: These interfaces accept requests written in English, Hindi or some other language and attempt to "understand" them. A natural language interface usually has its own "schema," which is similar to the database conceptual schema, as well as a dictionary of important words. � Interfaces for Parametric Users: Parametric users, such as bank tellers, often have a small set of operations that they must perform repeatedly. Systems analysts and programmers design and implement a special interface for each known class of na�ve users. Usually, a small set of abbreviated commands is included, with the goal of minimizing the number of keystrokes required for each request. For example, function keys in a terminal can be programmed to initiate the various commands. � Interfaces for the DBA. Most database systems contain privileged commands that can be used only by the DBA's staff. These include commands for creating account, setting system parameters, granting account authorization, changing a schema, and reorganizing the storage structures of a database.
What is written in Redo Log Files?
The most crucial structure for recovery operations is the redo log, which consists of two or more preallocated files that store all changes made to the database as they occur. Every instance of an Oracle Database has an associated redo log to protect the database in case of an instance failure.
Is oracle a database or language?
Answer:
Oracle is a data base
Hope this helps!
Inclus - We provide indivdual and coporate trainings
Educate, Learn & Serve
www.Inclus.net
Descripe the architecture of a DBMS in terms of 3 schema architecture?
We now discuss a conceptual framework for a DBMS. Several different frameworks have been suggested over the last several years. For example, a framework may be developed based on the functions that the various components of a DBMS must provide to its users. It may also be based on different views of data that are possible within a DBMS. We consider the latter approach.
A commonly used views of data approach is the three-level architecture suggested by ANSI/SPARC (American National Standards Institute/Standards Planning and Requirements Committee). ANSI/SPARC produced an interim report in 1972 followed by a final report in 1977. The reports proposed an architectural framework for databases. Under this approach, a database is considered as containing data about an enterprise. The three levels of the architecture are three different views of the data:
The three level database architecture allows a clear separation of the information meaning (conceptual view) from the external data representation and from the physical data structure layout. A database system that is able to separate the three different views of data is likely to be flexible and adaptable. This flexibility and adaptability is data independence that we have discussed earlier.
We now briefly discuss the three different views.
The external level is the view that the individual user of the database has. This view is often a restricted view of the database and the same database may provide a number of different views for different classes of users. In general, the end users and even the applications programmers are only interested in a subset of the database. For example, a department head may only be interested in the departmental finances and student enrolments but not the library information. The librarian would not be expected to have any interest in the information about academic staff. The payroll office would have no interest in student enrolments.
The conceptual view is the information model of the enterprise and contains the view of the whole enterprise without any concern for the physical implemenation. This view is normally more stable than the other two views. In a database, it may be desirable to change the internal view to improve performance while there has been no change in the conceptual view of the database. The conceptual view is the overall community view of the database and it includes all the information that is going to be represented in the database. The conceptual view is defined by the conceptual schema which includes definitions of each of the various types of data.
The internal view is the view about the actual physical storage of data. It tells us what data is stored in the database and how. At least the following aspects are considered at this level:
Efficiency considerations are the most important at this level and the data structures are chosen to provide an efficient database. The internal view does not deal with the physical devices directly. Instead it views a physical device as a collection of physical pages and allocates space in terms of logical pages.
The separation of the conceptual view from the internal view enables us to provide a logical description of the database without the need to specify physical structures. This is often called physical data independence. Separating the external views from the conceptual view enables us to change the conceptual view without affecting the external views. This separation is sometimes called logical data independence.
Assuming the three level view of the database, a number of mappings are needed to enable the users working with one of the external views. For example, the payroll office may have an external view of the database that consists of the following information only:
The conceptual view of the database may contain academic staff, general staff, casual staff etc. A mapping will need to be created where all the staff in the different categories are combined into one category for the payroll office. The conceptual view would include information about each staff's position, the date employment started, full-time or part-time, etc etc. This will need to be mapped to the salary level for the salary office. Also, if there is some change in the conceptual view, the external view can stay the same if the mapping is changed.
Who or what is known as the Oracle of Omaha?
Billionaire investor Warren Buffet is nicknamed "The Oracle of Omaha"