Traditional Culture Encyclopedia - Traditional festivals - What languages are used for database programming

What languages are used for database programming

Question 1: What languages are used for database development Python is a language for connecting to and manipulating databases, and can be used to add, delete, change, and check databases;

Database development - relational databases should be using SQL, right? Not sure about non-relational!

The development of the database of this software language, should basically be C, C + + mainly it, mongodb distributed processing part of some of the components are developed using the go language

Question 2: database system development, with what programming language is the best? First of all, there is no such thing as the best language. Different languages have different advantages and are suitable for different application areas.

Secondly, the database is indeed divided into C / S, B / S structure, their working principles and development language are different. C / S structure of the development of many languages, such as VB, VC, DELHPI, C + + + and so on. B/S is the browser server structure, the development language to ASP, JSP is the main.

In fact, the database is a large field of computer applications, to thoroughly understand is very difficult. However, a good grasp of one or two languages and development skills is still possible.

Question 3: What is the relationship between databases and programming languages? Databases are used to store data that can be interacted with by various programming languages.

Question 4: What language is used to develop the oracle database The vast majority of system software is developed in C. Oracle's core functionality is necessarily developed in C. Some of the peripheral functions (such as Web-based management interface) can be developed using other programming languages (such as Java).

Question 5: What languages are used for database development and programming? Common software

The development of database programming efficiency (relatively speaking) from low to high

c Question 6: Please learn to program the need to learn the database, the database is a what, he can play what role. No matter what programming language, you need to use the database, the database can record all the data needed to run the program. Can be so understood, all our programs, in fact, is a process of reading and writing the database ------ personal understanding and views, do not like do not spray

Question 7: ERP development specifically to learn what knowledge Database and development language to learn what ERP system is very large and very cumbersome, you first need to know you want to develop this ERP system are composed of what parts of the composition to know what skills are needed, to learn which ERP system is very complicated. know what technology is needed, to learn which aspects of knowledge.

For a simple ERP, the broad architecture can be C/S or B/S model, with 3-Tier or n-Tier, including the client/browser side, the server side, the database side, the end of the terminal data side, the end of the data reprocessing and so on.

From these aspects alone, the need to learn the knowledge of:

Client-side development language: ASP, JSP or PHP and so on, choose one.

Client-side development languages: Java, C++, C#, VB and so on, choose one.

Browser-side development languages: HTML/CSS/Javascript and so on.

Database technology: mysql, Oracle, etc. Choose one.

Auxiliary technologies: data communication formats, network communication technology, distributed systems technology and so on.

Data acquisition technology: embedded development, bar code, 2-dimensional code, RFID and so on.

Data analysis technology: data mining, OLAP, CBR, and so on.

Enterprise financial management knowledge: financial accounting, financial statements, and so on.

In short, to do a set of ERP systems need to master the knowledge is very much. For example, Germany's SAP is the world's most successful ERP software provider, with more than 16,000 local employees, involved in ERP software development engineers more than 1,000 people, their ERP also includes human resource management, customer relationship management, risk management and so on.

Question 8: Is the sql statement a programming language? SQL is a database query and programming language for accessing data and querying, updating, and managing relational database systems.SQL is a high-level, non-procedural programming language that is an important tool for communicating between the database server and the client, and for allowing users to work on high-level data structures.

Question 9: Database development and programming is what kind of a concept ah Database development and programming mainly refers to the use of the database itself to improve some of the commands, methods, stored procedures, you can write a fixed value of the data maintenance, operations, deletion, comparison and other actions. Good database administrators can do to make the database automatically maintain data on a regular basis, find bad data, and guide to a particular table, and then automatically updated and so on. Database saving data is a basic function. The advantage is development and utilization. Just like a warehouse, if you simply pile things in, that's a simple function of a warehouse. If you give the warehouse an administrator, you can easily and quickly find, keep, and store various items in an orderly manner. This is the role of the database.