| Programming languages such as C++, BASIC, and | | | | database programming languages enable you to |
| Pascal were produced as general function | | | | create customized databases much faster than |
| languages, which means that you can use them | | | | using a generic purpose language such as C++ or |
| to write a flight simulator, an accounting program, | | | | BASIC. |
| a voice identification program, or a word | | | | If you use a database programming language, you |
| processor. | | | | write instructions only to falsify the database info. |
| One of the most common uses for computers, | | | | If you use a general function language such as |
| however, is storing and recalling information, such | | | | C+, you must write commands to store info and |
| as names, addresses, telephone numbers, prison | | | | then write supplementary instructions to |
| records, credit history, and past job experience. | | | | manipulate that info, fundamentally doubling the |
| Calculators store such data in a database. Almost | | | | quantity of work to execute the same task. |
| every business relies on databases to store info | | | | Database programming languages can fulfill the |
| about clients, inventories, and employees, so | | | | next specific functions: |
| nearly every company uses a database program. | | | | -If you are composing a software that stores |
| Unluckily, most people don't want to know the | | | | vast chunks of information, you can write a |
| strange and often freaky commands necessary | | | | programme much faster by using a database |
| to store, retrieve, or print info from a database. | | | | programming language than by using a general |
| To make databases easier to use, most | | | | function language such as C++ or Pascal. |
| databases include a programming specific language. | | | | -Database programming is a profitable field. If you |
| If you publish programs using a database's | | | | know how to create personalized databases, you |
| programming language, you can produce custom | | | | virtually never need to worry about being jobless |
| databases for various companies. Best of all, | | | | or not making enough money. |