Structured Query Language databases find the name and department name of all graduate students who work on projects that do not employ any other graduates from their department.
Explanation:
Structured Query Language (SQL) is a database-style intended for managing data kept in a relational database management system. SQL statements are applied to execute jobs such as update data on a database or recover data from a database. The standard SQL commands such as "Select", "Insert", "Update", "Delete", "Create", and "Drop" can be used to perform virtually everything that one requires to do with a database. According to ANSI (American National Standards Institute), it is the approved language for relational database management systems.
Answer:
Explanation:
a = input("what kind of pet the user has")
if a == 'cat':
print("Too bad")
elif a == 'dog':
print("Lucky you!")
Answer:
I would get a band from the library because I check out ten books and returned them in a week. I also would just be in the library all the time and they would get frustrated. That or I would spend hours talking to a librarian about my favorite books and they would get fed up with me.
Answer:
Console
Explanation:
Not sure exactly what scratch 2.0 is but the console is a separate window that shows the script's outputs and in some cases collect inputs, show error messages or display other info depending on what compiler you used