CorgiDB.utils.get_table
Last updated
Last updated
this method similar to CorgiDB.utils.create_table
but instead of creating a new table this method will return Table
objects of already existed Table
name : str
name of the table, e.g., "Personnel" , "Student"
Returns
out: Table
CorgiDB's Table object for us to manipulate the table getting it
Examples