asked 14.6k views
4 votes
You work with a large database at your company. You would like to view just two of the fields. What should you do?

2 Answers

3 votes

Answer:

You should find only the data you want to work with through a type of filter, which all databases have.

Step-by-step explanation:

Working with a large number of data can be very difficult and tiring, especially when the professional is not used to working with such a large number of information. A very large number of data can leave the professional disoriented and with that the chances of this professional making mistakes becomes greater.

For this reason, it is ideal that you work with one group of data at a time until you can work with all the data at the same time. For this, it will be necessary that you select the data you want to work with, through a filter, a search tool, or any other tool that the database provides that allows you to select only some data.

answered
User Llompalles
by
7.9k points
3 votes

Answer:

Use a query that shows only the fields that you want to observe.

In SQL (Structured Query Language) you might use:

Select something + somethingElse from someTable.

answered
User Sean Anderson
by
8.2k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.