To generate code, you right-click on the schema object and select
appropriate code generation option. The code will be inserted at the current
cursor position in the code editing window. In this example, we generate code
for 'Customers' table. We want to select a record by primary key and return it
in a data table. You can see generated code in the code editing window.