You need to ensure that on synchronization, any new row added to the client application is also added to the SQL Server 2005 database.
Which code segment should you insert at line 04 to ensure that the values in the AccountSuspendedColumn column are set to True ?
Which code segment should you insert at line 05 to ensure that the Order and the OrderDetail tables are populated?
Which code segment should you insert at line 03 to fill the Order table with the next set of 5 records for each increase in the pageIndex value?
What should you do connect to the Sales database when the user account for the connection is SalesUser?
What should you do to calculate the tax amount for each order invoice in the Invoice DataTable object?