Computer Science Homework Solutions
Problem
#134120

Question 2

If you have TABLE A with these columns (I put the data type in parenthesis, they are not actually part of the table name):

            LAST_NAME(TEXT), FIRST_NAME(TEXT), MIDDLE_NAME(TEXT), DATE_OF_BIRTH(DATE),

  and TABLE B with these columns:

             LAST_NAME(TEXT), FIRST_NAME(TEXT), MIDDLE_NAME(TEXT), DATE_OF_EMPLOYMENT(DATE)

  and you ran this UNION query:

        Select A.*
        From A
        UNION
        Select B.*
        From B;

    * What column name would the 4th column get?
    * Would the data in the 4th column have much "meaning" or "context" at that point?

Solution
What is this?
By OTA - Overall OTA Rating
Purchase Cost Now
$2.19 CAD (was ~$7.98)
Included in Download
  • Plain text response
$2.19 Instant Download
Add to Cart
Why you can trust BrainMass.com
  • Your Information is Secure
  • Best Online Academic Help Service
  • Students find real academic Success
Related Solutions
  • Name Header - Here is what the NAME HEADER file (Name.h) will have: 1. a default constructor 2. 3 private string instance variables for : FIRST NAME, MIDDLE NAME, and LAST NAME 3. getFirstLast Function: it ...
  • Oracle9i Database - 1. How can this be corrected? 2. Fix the view.
  • Query in MS Access - Please see attached file and using LAST_NAME and FIRST NAME in Table_1 to find the matching order_number and pp_number in Table_2 and Table_3. The query shoud write in such as (sql) SELECT what column ...
  • QUERY in MS ACCESS - Please see attached file for three tables in excel format. I need to query three tables by using LAST_NAME and FIRST_NAME in table_1 to find matching ORDER_NUMBER and PP_NUMBER in table_2 and table_3 ...
  • Data Model - Draft a simple data model that outlines a database management system. This model needs to track people's participation in various fitness activities at a fitness center. List at least 3 entities and ...
Browse