You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ddl.sql – contains implementation of task 1: SQL statements for creating database tables, defining relationships between them, and setting up constraints for restaurant database schema
oltp.sql – contains implementation of task 2: includes transactional (OLTP) queries
olap.sql – contains implementation of task 3: includes analytical (OLAP) queries