Question: Create a database and STUDENT table with the following attributes: student_id, student_first_name, student_last_name , street_no , street_name,postal_code,phone_no, registration_date. Now, do the following: - Insert 10

Create a database and STUDENT table with the following attributes: student_id, student_first_name, student_last_name , street_no , street_name,postal_code,phone_no, registration_date. Now, do the following: - Insert 10 records into the table using a SQL query . - view all students whose grades are above 75% ( what relational operator you use ?) - view (only) the postal codes of the STUDENT table (vertical view) ( what relational operator you use?) - select a composite key of STUDNT table. - select a foreign key in the STDUDENT table that can be used to link to another table

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related General Management Questions!