0% found this document useful (0 votes)
22 views6 pages

Module3 Day3 Task1 StepByStepGuide Trisha

Uploaded by

nicolereminajes
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views6 pages

Module3 Day3 Task1 StepByStepGuide Trisha

Uploaded by

nicolereminajes
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

MODULE 3-DAY3 TASK

STEP BY STEP GUIDE


DEVELOPMENT BASICS. JUNIOR COURSE
01

PREPARED BY:
TRISHA NICOLE L. REMINAJES
PRACTICE TASK:
To successfully complete tasks on queries in Module 3, use data processor
Download Query Console QueryConsole_en.epf for debugging your queries.

Make sure you create queries for the provided infobase Download Infobase for
Queries InfoBaseForQueries.dt.

You can add user data for this database to let queries work as designed.

In case you use a different information database for these tasks, you get zero
points.

TASK 1:

Create a query to retrieve the price and the contractor for the product specified in a
query.

Use the information register PriceChange, catalog Contractors, and catalog


Products for this task. The query result should contain the complete list of
contractors. Column names in the query result should be Contractor, Product, and
Price.

SOLUTIONS:


Step 1: Restore the infobase for Queries InfoBaseForQueries.dt Go to 1C: Enterprise
Mode Go and open the File or Use the shortcut key Ctrl+O.

01
Step 2: Open the Query Console.epf file. Then a warning will pop-up → Click Yes.

02
Step 3: Query console will appear. Click the Query Text to add our queries.

Step 4: Add the following to the Query text:


To create a query to retrieve the price and the contractor for the product specified in a query,
we need to get the catalog Contractors as a main table,and catalog Products and information
registe PriceChange as a second tables, place them in FROM. Use LEFT JOIN to join, ON
for the matching elements of second tables, and use AS to create an alias for them. On the
inside of SELECT, select the field we needed which are contractor, product, and it's price.
Then use AS to create an alias for these as well.

03
DEMONSTRATION OF SOLUTIONS:
Execute the queries
Step 1: To check if the queries are working, Click the EXECUTE button on the top.

Step 2: Go to Query Results and you will see the list containing the products and it's price
of each contractors.

04
Step 3: To check if the list is correct, Go to catalog Contractors and information register
PriceChange, and check each of them.

05

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy