What are the advantages and disadvantages of views in a database?
Advantages:
•Data isn't dependent on structure of the database.
•Restrict access to a database.
•Subset of data contained in a table.
•Join and simplify multiple tables into a single virtual table.
•Acts as aggregated tables, where aggregated data (sum, average etc.) are calculated and presented as part of the data.
•Gives real time data.
Disadvantages:
•Rows available through a view are not sorted and are not ordered either.
•Cannot use DML operations on a View.
•When table is dropped view becomes inactive, it depends on the table objects.
•It affects performance, querying from view takes more time than directly querying from the table
Pratyush7
What are disadvantages of computer based information systems?
the start-up costs are high
peoples knowledge and skills are reduced due to lacl of practice
unemployment is created because computers have taken over humans jobs
when there is no electricity the computer cant operate
backups need to be created to prevent data being lost through viruses, ect.
the constant staring at the computer is bad for the operator
you need to get a storage device for the memory depending on how much memory is needed
What are data capturing techniques?
D.C.Ms capture data. these are normaly inside thinner devices and can colect data, even through viruses. there is 2 levels. sharp and sting. sharp is faster but expencive.
Difference between database schema and a database state in dbms?
The distinction between database schema and database state is very important. When we define a new database, we specify its database schema only to the DBMS. At this point, the corresponding database state is the empty state with no data. We get the initial state of the database when the database is first populated or loaded with the initial data. From then on, every time an update operation is applied to the database, we get another database state. At any point in time, the database has a current state. The DBMS is partly responsible for ensuring that every state of the database is a valid state-that is, a state that satisfies the structure and constraints specified in the schema. The DBMS stores the descriptions of the schema constructs and constraints-also called the meta-data-in the DBMS catalog so that DBMS software can refer to the schema whenever it needs to. The schema is sometimes called the intension, and a database state an extension of the schema.
What is data definition language?
There are four types of commands in Structured query language. One of the four type of command includes data definition language. Data definition language includes create , delete , drop command .
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 the difference between iterative queries and recursive queries of dns?
Recursive queries When a client system sends a recursive query to a local name server, that local name server must return the IP address for the friendly name entered, indicate that it can't find an address, or return an error saying that the requested address does not exist. Name servers do not refer the client system requesting a recursive query to other DNS servers. When answering recursive queries, the originating client does not receive address information directly from any DNS server other than the local name server. Typically, the local name server will first check DNS data from its own boot file, cache, database, or reverse lookup file. If the server is unsuccessful in obtaining the answer from those local sources, it may contact other DNS servers for assistance using iterative queries and then pass the information it receives back to the client that originated the name resolution request. Iterative queries In iterative queries, name servers return the best information they have. Although a DNS server may not know the IP address for a given friendly name, it might know the IP address of another name server likely to have the IP address being sought, so it sends that information back. The response to an iterative query can be likened to a DNS server saying, "I don't have the IP address you seek, but the name server at 10.1.2.3 can tell you." The process is straightforward. Here's one example in which a local name server uses iterative queries to resolve an address for a client: The local name server receives a name resolution request from a client system for a friendly name (such as www.techrepublic.com). The local name server checks its records. If it finds the address, it returns it to the client. If no address is found, the local name server proceeds to the next step. The local name server sends an iterative request to the root (the "." in .com) name server. The root name server provides the local name server with the address for the top-level domain (.com, .net, etc.) server. The local name server sends an iterative query to the top-level domain server. The top-level domain server replies with the IP address of the name server that manages the friendly name's domain (such as techrepublic.com). The local name server sends an iterative request to the friendly name's domain name server. The friendly name's domain name server provides the IP address for the friendly name (www.techrepublic.com) being sought. The local name server passes that IP address to the client. It seems complicated, but the process completes in a matter of moments. Or, if an address isn't found, a 404 error message is returned to the client.
What is the data type for a telephone number field?
It is a text type. There are a number of reasons why you do not use a number type. Most phone numbers in their full form start with a zero. If entered into a number field, the zero would be dropped. Number fields do not allow spaces or other characters, such as hyphens or brackets, that are often used when entering phone numbers. Although they are numbers, you never do calculations on phone numbers, like adding or multiplying or getting averages. So no numerical operations are carried out.
SQL was originally invented by IBM researchers in the 1970s shortly after Dr. E. F. Codd first invented the concept of a relational database.Don Chamberlin, invented SQL together with Ray Boyce, and Jim Melton, the current editor of SQL.
Explain four ways that a computerised information system is better than a paper-based system?
Computers have invaded every aspect of our life and enterprises today depend on technology to perform a lot of functions - big and small. The success of a business depends a lot on how sophisticated its information system is and how effectively it's able to use it. Therefore, there is a need for computer-based information systems as they are much faster than manual systems, can store a lot more data, and the scope of errors is relatively smaller. So much focus on the use of technology has naturally created a demand for people trained in Computer Information Systems. It's one of the most popular courses with a high earning potential and plenty of work opportunities.
Functions of form in ms-access?
FORMS
An Access database object on which you place controls for taking actions or for entering, displaying, and editing data in fields.
Forms provide the interface for data entry to the database. End-users are usually unaware of MS Access tables' structure and inter-table relationships; they can use the forms to perform data entry operations to the background tables.
What is transaction processing cycle?
TPS or Transaction Processing Monitor is a set of information which process the data transaction in a database system that monitors transaction programmes. It manages the data that must be left in a consistent state. Transaction processing is a type of computer processing that takes place in the presence of a computer user. It allows for an immediate response to a user request (or transaction).
Examples of such systems would be Airline Reservation Systems, Banking Systems, or the Accounting System of almost any large company.
Standard transaction-processing software, notably IBM's Information Management System, was first developed in the 1960s. It ensures the ability to develop applications in a single-user mode.
What includes the file name and possibly a directory or folder name?
what word defines -includes the file name and possibly a directory or folder name
Is ROM the main circuit board of the system unit?
No. ROM is an acronym for Read Only Memory. ROM can range from computer chips that hold instructions for running the computer to CD-ROMs or DVD-ROMs.
The memory that CAN be written to is RAM, which is an acronym for Random Access Memory.
In access each row in a table contains a what?
In Access a table has records which are the rows and fields which are columns. To retrieve specific data in a database you have to use a query.
Why are databases often used on eCommerce websites?
All business applications are SCREENS + BUSINESS LOGIC + DATABASES
Microsoft SQL Server 2008R2 received the most license purchases for 2011 - though other competitors are Oracle Database, DB2, Teradata, Informatica. MySQL is the most popular open source (free) database platform, though it is specifically geared for website back-ends. However Microsoft SQL Server Express is also free, and includes advanced services such as SQL Analysis Services, SQL Reporting Services.
From a business intelligence standpoint, Microsoft SQL Server BI Suite leads in the ability to execute, while SAP edges Microsoft in market saturation.
As a side note, while Microsoft Access may not be as powerful as SQL Server, it is in fact the most installed database platform by far, though the contention that it is actually a full database platform is arguable, it can hold millions of rows, capping out (.accdb file) at 2 gigabytes.
See the related links.
Do not use Oracle Database, it is ridiculously overpriced, and none of what you buy comes bundled, so you if you want to tune your database, the tuning pack costs $5,000 per processor. And even for an average IT person, Oracle will take you four times as long to install, because it's poorly packaged.
Relational Data Base Management System?
The word relational is also used somewhat inappropriately by several vendors to refer to their products as a marketing gimmick. To qualify as a genuine relational DBMS, a system must have at least the following properties (Note 1):
1. It must store data as relations such that each column is independently identified by its column name and the ordering of rows is immaterial.
2. The operations available to the user, as well as those used internally by the system, should be true relational operations; that is, they should be able to generate new relations from old relations.
3. The system must support at least one variant of the JOIN operation.
Although we could add to the above list, we propose these criteria as a very minimal set for testing whether a system is relational. It is easy to see that some of the so-called relational DBMSs do not satisfy these criteria.
We begin with a description of Oracle, currently one of the more widely used RDBMSs. Because some concepts in the discussion may not have been introduced yet, we will give references to later chapters in the book when necessary. Those interested in getting a deeper understanding may review the appropriate concepts in those sections and should refer to the system manuals.
How is a file processing system approach different from database approach?
In simplest terms, a file processing system coordinates only physical access to data. A database organizes and coordinates both physical and logical data access.
A database specifically reduces the amount of duplication of data in a system. Additionally, since a database is designed to allow access queries where a file system only allows pre-determined data access,database queries can be far more refined and flexible, as well as granting user access privileges to protect stored data.
Databases, unlike file processing systems, allow multiple users to access the same data simultaneously. File processing systems are far more restricted on this level.
The database's organization makes it far easier to enforce uniform standards over the data because data can be formatted to fit a particular screen, allowing a single type of data file to be created across the system for example.
Database applications are quicker and easier to develop due to standardized components.
Due to their design, databases are far more flexible as well. They can be adapted far more easily to cope with changing situations than a file processing system.
The economy of implementing a database across a huge network is greater than implementing a full file processing system. Databases are essentially easy to install, and are far more user friendly. The latter makes training far easier too.
The ease with which data can be changed across the database makes the provision of up to date information to any and all users of a database incredibly easy.
File processing systems may have problems where the data is in different formats, whilst databases format their data to allow it to work within the database itself.
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
Which command is used to create a table?
CREATE TABLE command is used to create table. Syntax of creating a TABLE is: CREATE TABLE ( [] []); ex: create table emp (ecode integer, ename char(20));
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 parallel and distributed database?
Centralized Systems: A modern, general-purpose computer system consists of one to a few CPUs & a number of device controllers that are connected through a common bus that provides access to shared memory. The CPUs have local cache memories that store local copies of parts of the memory, to speed up access to data. Each device controller is in charge of a specific type of device (for example, a disk drive, an audio device, or a video display). The CPUs & the device controllers can execute concurrently, competing for memory access. Cache memory reduces the contention for memory access, since it reduces the number of times that the CPU needs to access shared memory.
In a distributed database system, the database is stored on several computers. The computers in a distributed system communicate with one another through various communication media, such as high-speed networks or telephone lines. They do not share main memory or disks. The computers in a distributed system may vary in size & function, ranging from workstations up to mainframe systems.
The main difference between centralized & distributed databases is that the distributed databases are typically geographically separated, are separately administered, & have slower interconnection. Also in distributed databases we differentiate between local & global transactions. A local transaction is one that accesses data only from sites where the transaction originated. A global transaction, on the other hand, is one that either accesses data in a site different from the one at which the transaction was initiated, or accessed data in several different sites.
What is the file name for the Active Directory Database Where is it located?
Windows 2000 Active Directory data store, the actual database file, is %SystemRoot%\ntds\NTDS.DIT
Difference between database approach and file base approach?
begarto haramzado net pe jawab do hmen assignment banani hae.
How do you make an online catalog?
Creating an online product catalog is really very easy - even for beginners.
If you are just starting out, and have very little cash flow, I recommend using an open source solution like Zen Cart or OSCommerce. If you are using Joomla CMS as your website backbone, there is a great component add on called Virtue Mart.
Most of these solutions should be 1 or 2 click installs using Fantasico, if your web host has it in the control panel. I have very successfully used Joomla with Virtue Mart for a large scale, high end software sales site. It is very secure, has excellent support and is extremely customizable. I have also heard very good things about Zen Cart and OSCommerce.
Yahoo Small Business is another excellent choice for a small start up commerce site. Yahoo does charge for their service, however, you are also listed in the Yahoo Directory, which helps jumpstart traffic to the site.