ASSIGNMENT 3 2024
UNIQUE NO. 620712
DUE DATE: 02 AUGUST 2024
, LJU4804
Assignment 1
Semester 2 2024
Unique number: 572574
Due date: 30 August 2024
Private International Law
PREVIEW
Question 1: Chapter 6
1.1 Create a sequence for populating the Customer# column of the CUSTOMERS
table.
To create a sequence that populates the Customer# column, you need to ensure that
the sequence picks up right where the current data in the table left off. This means you
should first find out the highest Customer# in the table and set your sequence to start
from there. Here’s how you can do it:
UNISA@2024