Sunanda Somwase

Results 4 issues of Sunanda Somwase

Added some extra points in introduction ( while loop, if - elif - else) Added Recursive functions and Lambda Functions in Fnction.py Added Abstract class example in OOP

**Description:** rs = metaData.getImportedKeys(dbConn.getCatalog(), null, tableName); String fkName = rs.getString("FK_NAME"); **Problem:** fkName = "" for all the tables in the schema. **Schema used is as follows:** create table classroom (building...

troubleshooting