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
Pls help........
Fantom [35]
Hey Jay!

The word "<span>netiquette" means the most acceptable way, or approving way of doing something.

So, by rephrasing this question in it most possible way would be the following: 

</span><span>Which acceptable practices should Stella follow?

I believe, and I hope this would be correct, but, seriously, the answer should be "</span><span>Stella should obtain permission from her friends before posting their photographs." You would want to make sure that what you are doing in is acceptable to your parents, so even before you do so, ask your parents.

Hope this helps you!</span>
8 0
3 years ago
Ancler Corporation wants to calculate how much their profits were in the first quarter of the year. They should use a
Wewaii [24]

They should use a spreadsheet.

Explanation:

With a spreadsheet all they will need to do is to give formula to the cells and any time they key in the expenses and revenue figures they are going to get their profit for the quarter.

It is more convenient and reliable. It reliefs the user of computation issues.

6 0
3 years ago
Read 2 more answers
Is the internet a private place?
Ludmilka [50]
Hey there!

No, the internet is not a private place

I hope this helped! :-)
8 0
3 years ago
Read 2 more answers
In which career field, would the Computing Technology Industry Association's CompTIA A+ certification be useful?
Anna [14]
It's geared towards system administration but would also be useful for devops.
5 0
4 years ago
Java:
Agata [3.3K]

Answer:

import java.util.*;

public class work {

// function for counting unique character

public static int numUnique(String input) {

boolean[] list = new boolean[Character.MAX_VALUE];

for (int i = 0; i < input.length(); i++) {

list[input.charAt(i)] = true;

}

int count = 0;

for (int i = 0; i <list.length; i++) {

if (list[i] == true){

count++;

}

}

return count;

}

public static void main(String args[])

{

List<String>list=new ArrayList<>(); // creatng array list of type string

list.add("abcdef");

list.add("aaabcd");

list.add("bccddee");

list.add("abcddd");

list.add("a");

for(String str:list)

{

// for printing the results

System.out.println("given string : "+ str+" , number of unique values :"+numUnique(str));

}

}

}

Explanation:

5 0
4 years ago
Other questions:
  • A(n) __________ program translates a high-level language program into a separate machine language program.
    8·1 answer
  • After a new firewall is installed, users report that they do not have connectivity to the Internet. The output of the ipconfig c
    6·1 answer
  • The question "How is traffic affected by fans leaving the stadium?" is related to which of the following?
    10·1 answer
  • Answer for a, b, and c
    7·1 answer
  • What happens when the data in an investigation does not support the original hypothesis? The scientist gives up and starts an in
    10·2 answers
  • C++ Proagram
    7·1 answer
  • What is DMTS. Explain it​
    10·2 answers
  • Match each method of communication with its intended purpose.
    14·1 answer
  • A file named "games.txt" exists and has 80 lines of data. You open the file with the following line of code.
    7·2 answers
  • Where do you find southwest's flight schedule on their website
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!