answersLogoWhite

0

I use my own methods, as do most people who would want to do such. Just find your own way that works for you.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

The process by which mapmakers convert the location of map points to numbers for use in computer mapping is called?

The process by which mapmakers convert the location of map points to numbers for use in computer mapping is called digitizing.


What are map types?

bump mapping data mapping texture mapping displacement mapping relief mapping parallax mapping


What is the corneal mapping procedure given to eye surgery candidates?

Other examination procedures include corneal mapping, a keratometer reading to determine the curvature of the central part of the cornea, and a slit lamp exam to determine any damage to the cornea and evidence of glaucoma and cataracts.


What is the minimum age of a person whose photographing fingerprinting and iris mapping will be done for the census of 2011?

(in the US) There is no requirement whatsoever that citizens have such procedures performned to participate in the census.


What are types of mapping?

There are three main types of mapping: thematic mapping, topographic mapping, and web mapping. Thematic mapping focuses on specific themes or topics, topographic mapping shows physical features of an area like elevation and terrain, and web mapping involves displaying maps on the internet using interactive tools.


What is direct mapping and mapping function?

it means mapping directly


What procedures would archaeologists use before digging a site to explore what is beneath the ground?

It's either Radar Survey, Mapping or Relative Dating. *It is possible they can use all*.


What genetic mapping is?

genetic mapping is the mapping of genes to locations within a genome.


What is inventory mapping in GIS?

Probably refers to "Species Inventory Mapping", or mapping that shows the distribution of various species. Or to land use or land cover mapping.


What is the opposite of a linear relationship?

It is non-linear relationship. This could be a polynomial relationship where the polynomial is of order > 1. Or it could be any other algebraic, trigonometric, exponential, logarithmic, hyperbolic, etc relationship. It could be a step relationship, or could even be a random mapping.


When was Mapping the Atari created?

Mapping the Atari was created in 1983.


Mapping in DBMS architecture?

We know that three view-levels are described by means of three schemas. These schemas are stored in the data dictionary. In DBMS, each user refers only to its own external schema. Hence, the DBMS must transform a request on. a specified external schema into a request against conceptual schema, and then into a request against internal schema to store and retrieve data to and from the database. The process to convert a request (from external level) and the result between view levels is called mapping. The mapping defines the correspondence between three view levels. The mapping description is also stored in data dictionary. The DBMS is responsible for mapping between these three types of schemas. There are two types of mapping. (i) External-Conceptual mapping (ii) Conceptual-Internal mapping External-Conceptual Mapping An external-conceptual mapping defines the correspondence between a particular external view and the conceptual view. The external-conceptual mapping tells the DBMS which objects on the conceptual level correspond to the objects requested on a particular user's external view. If changes are made to either an external view or conceptual view, then mapping must be changed accordingly. Conceptual-Internal Mapping The conceptual-internal mapping defines the correspondence between the conceptual view and the internal view, i.e. database stored on the physical storage device. It describes how conceptual records are stored and retrieved to and from the storage device. This means that conceptual-internal mapping tells the DBMS that how the conceptual! records are physically represented. If the structure of the stored database is changed, then the mapping must be changed accordingly. It is the responsibility of DBA to manage such changes.