answersLogoWhite

0

📱

Database Programming

Databases are collections of tables that maintain and display information, often collaboratively; this information can be used for interaction with an application or gaining general knowledge. Questions about database engines and modifying or using them belong in this category.

8,803 Questions

What is the difference between database administrator and database analyst?

An administrator can manage, create, delete and update a database.

The manager can just update and manage (complete fields). He can't create or delete database.

I am a database administrator. An Administrator takes care of the database--having privileges to do anything to a database. Create objects, delete objects, drop objects. A Database Manager is a supervisor over the Database Administrator. Usually a database manager does not know the specifics of an administrator position--but must have high level knowledge of how a database works.

That is not to be confused with the database manager that is the non-human engine for the database that provides authorization control, makes integrity checks, and commands the processor.

Generally which transfer mode is faster DMA or PIO?

DMA transfers data directly from the drive to memory without involving the CPU. PIO involves the CPU and is slower than DMA mode.

Does your computer need sql server?

Strictly speaking, no. There are other database servers available, some even free. Examples include Oracle, MySQL, and PostgreSQL. So you are not restricted to just Microsoft's implementation by any means.

Now, as to whether you need an database server at all, this depends largely on the project you are using / creating. Some projects can work quite well using a flat file, but most perform better with a relational database.

Is cursor mania a virus?

I've got windows 7 and cursor mania, and from experience, I'd say... no.

How do you automatically forward incoming Email from one Email address to another Email address?

go to the email you are forwarding FROM and click on any emails you wish to fwd. then click "foward" (it depends on what kind of web-based email you are using, the fwd button is sometimes in a drop-down box and sometimes its in plain view) and send it to your new email

Is it harmful to format computer many times?

never it is never harmful... but! it will olways take time to format ofcourse it take maybe 2 - 3 hours maybe^^

it will be safe if you format your computer 7 times a week... i mean even you format your computer always you use it it will not even harm any but it will erase the fies in it...

What are the advantages to a manual filing system?

A manual filing system cannot be destroyed by an accidental power loss. Also, hackers cannot access a manual filing system from another computer. This helps security issues.

Depending on the setup, it could be an easier, more personal way to keep files and records in order. Filing cabinets can be locked with a key.

What is inside- out approach to database development?

The inside-out approach to database development focuses on designing the database schema based on the specific data requirements and internal processes of the application. It begins with identifying the core data entities and their relationships before considering the user interface or external interactions. This method emphasizes the importance of a well-structured data model, ensuring that the underlying database supports the necessary functionality and performance. By prioritizing the data architecture, developers can create a robust foundation that aligns closely with application needs.

Why are entity relationship diagrams used?

Entity Relationship (ER) diagrams are drawn when designing a database system, After the systems specification, an ER diagram is drawn showing the conceptual design of the database, this diagram shows the type of information that is to be stored in the system and how these information associate with each other (e.g. one-to-one, one-to-many, etc).

ER Diagrams are simple and easy to understand, thus, this diagram can be shown and explained to user representatives for confirmation and approval.
use of er diagram

What is the five software components of a database management system?

They are the Data, users/people, procedure, hardware and software.

Data is the most important component of this system which is the piece of information stored in tables. All manupulation is done with the data. It is stored in tables and then different queries are used to manage and manipulate the data. On can even generate reports to show the results of manipulated data and see the data stored in the databasel. users are the

What are difference between file server and database server?

A database can be consider as a group of file which allow us the multiple ways of accessing the data stored while for a particular file system there is a fixed path of accessing data. Simply put, a file is a collection of bytes stored together. An example of a file could be a Text File (a collection of alphanumeric characters that, when put together, form a readable document) or a Bitmap Image File (a collection of bytes that software would then interpret as elements of an image). A database is a special type of file that holds many tables. Each table can hold many fields as well as records. Think of a table as a spreadsheet. Each column represents different fields, such as "UserID", "LastName", and "CityOfResidence". Each row represents a record, or an entry, in the table, such as an entry for John Smith who lives in Albuquerque. An example of a database would be one that has three tables: Books, Instructors, and Courses. Different fields in the "Books" table would be "Author", "Publisher", "Title", and "ISBN". Different records within "Books" would be, for example, an entry for "Learning Java in 20 Days" (Title) by John C. Doe (Author), published by ABC Publishing Co. (Publisher). Each table in a database requires one field to be designated as the Primary Key. This means that, in order to uniquely identify a record in a table, one field needs to be used. In a "Students" table, the "StudentID" could be used as the Primary Key, since no two records (students) can have the same Student ID. For "Books" it could be "ISBN", since that is unique per book title. Visually, a table would look something like this: "Books" Table {| ! ISBN ! Title ! Author ! Publisher ! 1234567 | "Learning Java" Bob Smith ABC Publishing ! 8675309 | "Plumbing Basics" Joe Public XYZ Inc. ! 6762786 | "American Literature" William Jones LMNOP Corp. Finally, keep the following in mind: a database is a type of file. Therefore, all databases are files, '''but''' not all files are databases. Any chunk of data you save is a file. Ten words of text in notepad, or a dozen images in a folder. Those are both files. A database is both a program to store and organize data, and make it searchable, and the data contained in it. I guess you could call a database a file as well, but they are typically large, and referred to as databases. You might search a product database for widgets of wool, orange in color, made in New Zealand. The result of that search you could also call a file. When database managment systems (DBMS) first were developed, they used multiple files per database, typically one file per table. Now days, most of the common DBMS systems use one file per database. A database is a type of file (or a group of files.) |}

What is boolean query?

A boolean query is a query that uses a boolean conditional.

E.g., an overtime formula would be

(hours-40)(hours>40)

The boolean expression would multiply the first result by 1 if hours is greater than 40, and, by 0 otherwise. This would prevent a negative overtime calculation.

The result would be the same as

=if(hours>40, hours-40,0)

krazykyngekorny(at)gmail.com

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.

What are the problems are encountered by the database?

system crash Large Data set Cannot be storedMathew John 9495350350

Could you name some items that might stored in physical RAM?

Basically any information that a program need to store to function will be stored into ram at some point if it is too large to fit in the memory on the processor.

What are advantages of stack?

some disadvantages created in stack using array then that problem solve to linked list use in stack.

First advantage for size of stack not limited in linked list using.

second essay to stack programme implement using only one pointer.

What are examples of MS Access using database?

I have been using the Open Office database from Novel, it is free and handles much more than MS Access. To me the major advantage is that it also reads and writes just about every data format around - even many of the Microsoft Office formats no longer supported my MS Office 2007. I have a lot of old data (try Word Star 1985), Open Office reads it with no problem!

The advantages and disadvantages of data flow diagrams?

Advantages of data flow diagram:

· A simple graphical technique which is easy to understand.

· It helps in defining the boundaries of the system.

· It is useful for communicating current system knowledge to the users.

· It is used as the part of system documentation file.

· It explains the logic behind the data flow within the system.

Disadvantages of data flow diagram:

· Data flow diagram undergoes lot of alteration before going to users, so makes the process little slow.

· Physical consideration are left out.

· It make the programmers little confusing towards the system.

· Different DFD models have different symbols like in Gane and Sarson process is represented as rectangle where as in DeMarco and Yourdan symbol it is represented as eclipse.

How many bytes in 13 GB?

13 Gibibytes is 13,958,643,712 bytes

13 Gigabytes is 13,000,000,000 bytes (13 billion)

Gibibytes refer to the binary representation (1024MB per GB)

and Gigabytes is the simpler method (1000MB per GB)

What does field mean in a database?

The simplest example of a database is a list of items. This could namers of friends, names of plants, TV Channels and so on. eg NAME Brian Thomas Elsie John .. ... .. and so on Each line or row in the list is called a 'Record' (starting with Brian) which has only one Field called NAME. As you add more information about each person you need to add fields (though usually you decide at the beginning of the design phase just what Fields you want - and their type or format eg., numeric, alphanumeric, text, date, wrapped text etc.) Lets add a new field called AGE and add some data to the table.. NAME AGE Brian 21 Thomas 32 Elsie 19 John 47 We now have 4 RECORDS each of which has 2 FIELDS.

What are the advantages and disadvantages of data logging?

Legality- user notification that actions are being logged, conforming to legislative requirements (retention of data for what period of time).

Security - What was done by whom, logging of unneccessary data e.g. user accessed this with these credentials.

Performance - Logging too much can use lots of storage.

Is a minicomputer larger than a microcomputer?

when the micros and the minis were introduced in the 1960's they differed both in their speed and storage capabilities. minis were usually used in areas where there was a need for multiple users to be logged in simultaneously but now the term minicomputer has become obsolete.

microcomputers also have different types handheld, personal digital assistant, Macintosh (MAC), Tablet, Laptop (Notebook) and desktop while minicomputers are less expensive than mainframe computers. Minicomputers are also designed for a single user only.