What should be the idea of subquerying multi table operations?

Updated on healthy 2024-04-30
10 answers
  1. Anonymous users2024-02-08

    The solution steps of multi-table subqueries can be summarized as "primary query first, subqueries later", and refinement is the following three steps:

    1) Distinguish the connection conditions between the main table and the sub-table + the two tables [the table placed in parentheses is the main table, and the table outside the parentheses is the sub-table].

    2) Write out the main query select * from the main table where join the field in () parentheses are the placeholders of the subquery].

    3) Write out the subquery in parentheses of the main query (the key point, get the goal of the subquery: replace the result field of the question with the connection field).

  2. Anonymous users2024-02-07

    Single-table operations and multi-table operations have completely different solution ideas, so when we get a query problem, when we decide to use sub-query, we must first clarify whether the problem is a single-table operation or a multi-table operation. Whether the nucleator query is a multi-table operation or a single-table operation. Here's how to tell the difference:

    Look at the fields and fields sought by the results'of'The preceding word (field) is not from a table.

    For example, you can find information about the oldest student among the boys. Suppose there is a student table that records student information with gender and age, then this is a single table operation.

    For example, query the course results of data source tracking database and system test. The course grades belong to the grade table, while the database and system tests belong to the hail curriculum, which is two tables, and the multi-table exercise is rushed. I talked about this in the dark horse programmer public class.

  3. Anonymous users2024-02-06

    The main query and subqueries are all from a table, which is a single-table operation.

    The main query and subqueries come from different tables, which is a multi-table operation.

    The way to distinguish between is simple, which is to look at the field and field sought in the result'of'The preceding word (field) is not derived from a table Bucha.

    If the same table is used, it is a single-table operation.

    If it comes from different tables, it is a multi-table operation.

  4. Anonymous users2024-02-05

    The solution steps of multi-table sub-query are relatively simple, which can be summarized as "sub-query first, then main query", and refinement is the following three steps:

    1) Inquire first.

    2) After the main query.

    3) Bond.

    At present, the basic class of software testing for dark horse programmers is free, which is very suitable for those who want to learn software testing.

  5. Anonymous users2024-02-04

    It can be written like this:

    select (select rname from t reader where rid= reader's name, select bname from t book where bid= as book name, penalty date, penalty amount.

    from t_penalty as p

    But queries are much less efficient than connections.

  6. Anonymous users2024-02-03

    select (select rname from t reader where rid= reader's name, select bname from t book where bid= as book name, penalty date, penalty amount.

    from t_penalty as p

    Subqueries and multi-table queries can generally be converted to each other.

    In the case of both, subqueries are generally selected to meet the requirements.

    Hibernate needs to work out the relationships between entities.

    mybaits are for people who are not good at writing SQL.

    Annotations are a framework mechanism that allows you to write fewer configuration files.

  7. Anonymous users2024-02-02

    Yes, that's where subqueries come in.

  8. Anonymous users2024-02-01

    Subqueries are about the same as associations, but it depends on how you write them.

    Written like lz, it should be fast for correlation queries.

    Try to avoid using in and not in in queries

    If you don't use a subquery.

    You can write it like this.

    select *

    from t_user a

    where exists(select 1 from t_id b where =

  9. Anonymous users2024-01-31

    In the SQL language, when a query statement is nested within the query conditions of another query, it is called a subquery. Subqueries are always written in parentheses and can be used anywhere the expression is used. Such as:

    Queries nested within a select, insert, update, or delete statement or other subquery. Subqueries typically return only one result, while multi-table joins can return result sets.

  10. Anonymous users2024-01-30

    Subquery optimization strategy.

    For different types of subqueries, the optimizer chooses a different strategy.

    1.For the in, =any subquery, the optimizer has the following policy options:

    semijoin

    materialization

    exists

    2.For the not in and <>all subqueries, the optimizer has the following policy options:

    materialization

    exists

    3.For derived tables, the optimizer has the following policy options:

    derived merge, which merges the derived table into an external query ( Introduced );

    Materialize derived tables into internal temporary tables and then use them for external queries.

    Note: Subqueries in the update and delete statements cannot use the semijoin or materialization optimization strategies.

Related questions
15 answers2024-04-30

I think many people have eaten beef noodles, it is a general home-cooked stir-fry, the whole process of making will be applied to many foods, in addition to opening fresh noodles, be sure to make a good beef and mutton whistle, so that the noodles are delicious, in the case of fried beef whistle, you can add tomatoes, potatoes and their green peppers, such beef and mutton whistle is delicious, the following to learn the actual practice of training. >>>More

14 answers2024-04-30

Corn starch (starch, sweet potato flour, mung bean flour, corn flour is fine) add 750ml of water and soak for two hours. >>>More

7 answers2024-04-30

There are many ways to eat yellow clams, and you can make it according to your own liking, the common one is boiled yellow clams, which is simple, and the nutritional supplement for the body is also very good when eating. >>>More

12 answers2024-04-30

You can extract the ,,put it in a self-extracting file, and set the self-extracting to system32 >>>More

2 answers2024-04-30

1. After positioning the ** content, position the keywords you want to rank for, and the keywords include the main keywords and long-tail keywords. The importance of this is not to ignore the role of long-tail keywords. >>>More