Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database_project

Step to install locally

Task

  1. Create api for isert/update/delete
  2. Check how to integrate foreign key - lookup
  3. Check how to implement trigger - maybe later
  4. Check out the validation schema and how to use it to integerate required_column, datatype, null value and other column properties
  5. Create a mapping for select statement - select (*/column_name), from - single table, where
  6. Create a mapping for insert statement - insert, into, where
  7. Create a mapping for join - multiple joins, where
  8. Create mapping for aggregate function -
  9. Handle group by and having
  10. Create mapping for sql functions
  11. Create a mapping for delete statement
  12. Handle nested queries

About

DB Project UTD 2nd Semester

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages