1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
DaniilM [7]
3 years ago
7

Write an SQL statement to list the Name of employees who have worked on a property in New York .

Computers and Technology
1 answer:
Savatey [412]3 years ago
7 0

Answer:

Querying a SQL database.

Explanation:

SELECT  Last Name, First Name

FROM     EMPLOYEE

WHERE   Employee ID IN

               (SELECT EmployeeID

                FROM PROPERTY_SERVICE

                WHERE PropertyID IN  

                              (SELECT PropertyID

                               FROM OWNED_PROPERTY

                               WHERE City = 'Newyork'));

You might be interested in
Which sentence best describes a story's rising action?
MAXImum [283]

Answer:

So first off I’m pretty sure you meant ELA class, but I will still answer the question for you. The sentence that best describes a stories rising action is when it describes the conflicts that lead to the climax of the story. The climax is the main point in a story, and usually towards the middle. (Even though this can vary in book series)

Explanation:

Rising action takes place in a book right before the climax, the main point. This really matter because they have to work it up to the climax. Think of it like a graph. The line won’t just shoot up, it will gradually go up, then gradually go down.

Hope this helped!!

6 0
2 years ago
A cell reference =SUM(sheet1.A1,sheet 2.A2) will place the results in which of the following, the current worksheet, worksheet 1
kozerog [31]

Answer:

the current worksheet

Explanation:

However, the syntax mentioned is incorrect. It should be

=SUM(sheet1!A1,sheet2!A2)

The above is the correct syntax, And this will print the sum in the sheet that we are in currently. And hence, the correct option for this question is certainly the current worksheet. Hence, the option mentioned in the answer section is the correct one.

3 0
3 years ago
A user in a small office environment explains to you that his office implements a small Microsoft workgroup. Users commonly shar
Sphinxa [80]

65 DAC is the access control model is represented in the example where a user explains to you that his office implements a small Microsoft workgroup.

<h3>What is DAC?</h3>

DAC is a Microsoft dynamic access control is a tool for governing data in Windows server 2012. It helps in administering the access control settings of the device.

Thus, 65 DAC is the model that is used to represent the example in which a user explains to you that his office implements a small Microsoft workgroup.

Learn more about DAC

brainly.com/question/20216206

#SPJ1

6 0
2 years ago
Among the following two algorithms, which is the best for evaluating f(x) = tan(x) - sin(x) for x ∼ 0? Briefly explain.
-BARSIC- [3]

Answer:

Option B: tan (x) sin^2 (x) / (cos(x) + 1).  is best.

Following is attached the image describing the reason or choosing option B.

Explanation:

7 0
3 years ago
You are part of an Information Systems project team. Your job is to ensure that the technology and vendor suggested for use in t
jolli1 [7]

Answer:

information systems manager

Explanation:

Based on the information provided within the question it seems that your role in the project steering team is the information systems manager. This is a role that focuses on manages a group of IT professionals, as well as implementing new technology into the organization and making sure it fits the IS strategy. Which is what they seem to be expecting of you in this scenario.

5 0
3 years ago
Other questions:
  • The rangevalidator object on a web form has a type property for identifying the type of data for the range, such as ____.​
    10·1 answer
  • Write a python function genRandomVect that returns a random 1d numpy array of size (50,) where each element is an integer sample
    13·1 answer
  • Zach wants to learn a programming language to create games and applications. this programming language will also create web appl
    12·2 answers
  • Which Google Analytics visualization compares report data to the website average?A. Pivot viewB. Comparison viewC. Performance v
    8·1 answer
  • Define function print_popcorn_time() with parameter bag_ounces. If bag_ounces is less than 3, print "Too small". If greater than
    14·2 answers
  • knowledge contributes vitally to the development of __________ memory, or recollections of personally experienced events that oc
    12·1 answer
  • Mention two strategies of collecting data​
    13·1 answer
  • The ______________ shows that you have fully researched the topic and gives you a chance to prove your claim.
    8·1 answer
  • DDL statement for adding a column to an existing table is
    15·1 answer
  • Which are resources that a programmer might use? Select all that apply.
    5·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!