Creating Database Records
Automate database record creation with the Database Book.
Syntax
create a {table} in database with
{field} is {value}Components
Example
create a person in database with
the LastName is "Smith"
the FirstName is "John"
the Address is "123 Apple St"
the DOB is "1980-04-03"Last updated
Was this helpful?
