SQL database learning, how to get started with learning databases

Updated on technology 2024-03-18
3 answers
  1. Anonymous users2024-02-06

    At least the basic things must be mastered, such as: the linear structure of the database, the storage method, the way to call Hezheng, and the operation of the table in the database (to use statements to erect the bench to achieve).

    After mastering these things, Yu Lu is looking at some database management and maintenance things, I think if you have a foundation in this area, you should know how to develop your future direction.

    In addition, what you learn from the database is only about data management, and you must master an object-oriented development tool, so that you can give yourself a more suitable position!

  2. Anonymous users2024-02-05

    If you don't have any database knowledge, first set up the database environment you want to learn (there are many tutorials on the Internet).

    Don't read the book first, after the environment is successfully built, collect some demos, sql scripts, etc. on the Internet, and directly type in to experience it little by little.

    The simple SQL statements that can be searched have been practiced, and then combined with the questions to turn the book, and systematically learn the basics. The efficiency up to this point is much higher than holding a book and chewing hard (and it's easy to get sleepy and give up halfway).

    Entry-level books, personally, I think it's okay as long as there are as few mistakes as possible. Find a book from the Sakura Edition Society in Cheating Town with a better reputation. It's never too late to pick up advanced books for rent.

    Extension: What foundation is needed for database travel-based learning?

    You don't need a foundation, the biggest foundation for computer learning is interest, as long as you are interested, many things will not be learned.

  3. Anonymous users2024-02-04

    It takes about 3-5 months to learn SQL from scratch. If you want to get started, you can only be cautious and hail a star filial piety period, but to learn well for a year or two is not a long time, the key depends on what applications you do, do database maintenance, then you have to learn fine, it takes a long time to learn and practice; If you just store data to develop applications, then you can use the libraries, tables, rows, and columns clearly.

    Composition of a SQL database:

    1. An SQL database is a collection of tables, which are defined by one or more SQL schemas.

    2. An SQL table consists of a set of rows, and a row is a sequence of columns, and each column corresponds to a data item with a row.

    3. A table is either a basic table or a view. A base table is a table that is actually stored in a database, while a view is the definition of a table that consists of several base tables or other views.

    4. A basic table can span one or more storage files, and a storage file can also store a finger sail or multiple basic tables. Each storage file corresponds to the previous physical file on external storage.

    5. Users can use SQL statements to query views and basic tables. From the user's point of view, the view and the basic table are the same, there is no difference, they are all relationships.

    6. The SQL user can be an application or an end user. SQL statements can be embedded in programs in the host language, and SQL users can also be used as stand-alone user interfaces for end users in interactive environments. <>

Related questions
4 answers2024-03-18

ASP connection access

Define the access database path. >>>More

6 answers2024-03-18

The prospect of learning UI is good, and there are many training institutions, so the local people may choose to visit and understand the real teachers and educational strength of the school before making a choice. Share the general development of the UI, I hope it will be useful to you. >>>More

11 answers2024-03-18

The deletion operation in the data is irreparable, sometimes the data in the data table may be deleted due to misoperation, or the database crashes for other reasons, and all the data is lost, especially when there is a large amount of useful data in the database, then it is impossible for you to enter the data again from the beginning, this is the role of the backup database, back up the database, when the above situation occurs, you can restore the previous database through the backup file.

6 answers2024-03-18

The structure of the storage is the main basis for classifying the types of copy databases. In today's Internet, databases are usually divided into two categories, namely relational and non-relational databases. >>>More

9 answers2024-03-18

You can make an information query system, if you haven't done it before, it is recommended to use ASP to write it first, this is relatively simple, even people who do not have a basic knowledge of network programming can get started in a short period of time. The written web program can be called on the network, and different permissions can be set for different users. In this way, you can achieve the function you want, but this is only the basic, and you should learn more deeply to achieve more complete functions. >>>More