answersLogoWhite

0


Best Answer

Unless there is a specific context you are referring to, the meaning would be the same as the usual. In order to determine the resultset of a database query, the database must be searched, either by a full scan of the relevant table(s), by using existing indexes or some combination of the two.

User Avatar

Wiki User

7y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

A database is a structured collection of data. The data are typically organized to model relevant aspects of reality (for example, the availability of rooms in hotels), in a way that supports processes requiring this information (for example, finding a hotel with vacancies).

The term database is correctly applied to the data and their supporting data structures, and not to the database management system (DBMS). The database data collection with DBMS is called a database system.

The term database system implies that the data are managed to some level of quality (measured in terms of accuracy, availability, usability, and resilience) and this in turn often implies the use of a general-purpose database management system (DBMS).[1] A general-purpose DBMS is typically a complex software system that meets many usage requirements to properly maintain its databases which are often large and complex.

This is specially the case with client-server, near-real time transactional systems, in which multiple users have access to data, data is concurrently entered and inquired for in ways that preclude single-thread batch processing. Most of the complexity of those requirements are still present with personal, desktop-based database systems.

The utilization of databases is now so widespread that virtually every technology and product relies on databases and DBMSs for its development and commercialization, or even may have DBMS software embedded in it. Also, organizations and companies, from small to large, depend heavily on databases for their operations.

Well known DBMSs include FoxPro, IBM DB2, Linter, Microsoft Access, Microsoft SQL Server, MySQL, Oracle, PostgreSQL and SQLite. A database is not generally portable across different DBMS, but different DBMSs can inter-operate to some degree by using standards like SQL and ODBC together to support a single application built over more than one database. A DBMS also needs to provide effective run-time execution to properly support (e.g., in terms of performance, availability, and security) as many database end-users as needed.

A way to classify databases involves the type of their contents, for example: bibliographic, document-text, statistical, or multimedia objects. Another way is by their application area, for example: accounting, music compositions, movies, banking, manufacturing, or insurance.

The term database may be narrowed to specify particular aspects of organized collection of data and may refer to the logical database, to the physical database as data content in computer data storage or to many other database sub-definitions. - Wiki

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

i don't know wont it is because it hasn't give me a answer to give u

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does search mean in a database?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

4 A Query of database is a synonym for a of database?

Search Search


Is a database a search engine?

No, but to be of any use a database will need to be fornt ended by a search engine to answer quiries run against the data the database holds.


What does a complex search mean?

ComplexSearch can mean many things. I think the common thing, is a search that is complex in nature. That you are using multiply search settings to query a database of such. Of course, it can also mean <a href="http://www.complexsearch.com">ComplexSearch.com</a> a deal blog.


A database instructs a database to search for particular pieces of data?

query


Which patent search database is recommended for use by GE employees?

PCT database


What is a wildcard on a database?

When You can search for how many people say like coke on a database


What type of database yahoo search engine uses?

business database management


How can one learn about database administration?

There are several places where a person can learn about database administration. Someone could search in the library for information about database administrations. Also, someone can search on the computer for sites with information about database administrations.


How can you search movie database?

There's a search box at the top of the page.


What does sech enginge mean?

Search engine is a program which to do retrieval of data, files, and documents from a database or network, especially for the Internet.


How can you search for data in a database?

There are numerous ways to search for the data in a database. The most common way to search is with keywords. Other options include truncation, nesting, and stop words.


What database objects allows you to search for and retrieve data?

SQL queries allow you to search for and retrieve data from a database. By writing SELECT statements with specific criteria, you can search for information in tables and retrieve the results based on your query.