KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
bookMyShowJuly2022
★ 15
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
cisco-uc-get-cert
:
Python script to create tomcat certificate on Cisco UC Products
nix-dropper-bundle
:
Bundlers to drop software onto systems, for good or bad intent
premis-generator
:
A Python utility for creating PREMIS records from a CSV file
mr-carbomb
:
CarBomb script for QBCore
StateMask
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
bookMyShowJuly2022
?
Download (.md)
```bash namanbhalla@Namans-Scaler-MacbookM1Pro-16 ~ % psql psql (14.1) Type "help" for help. namanbhalla=# create database scaler_july22_bookmyshow; CREATE DATABASE namanbhalla=# create user july22batch; CREATE ROLE namanbhalla=# grant all privileges on database scaler_july22 to july22batch; GRANT namanbhalla=# ``` // A (B) -> B will be taken from a DB // A (Database) // A has B // A(B b) // Agenda: 1. Implement Transaction Isolation in Spring Boot for BMS Feature: - Person wants to book a ticket for a show - TicketController { - bookTicket( - show_id - list<show_seat_id> - user_id - ) - } - TicketService { - bookTicket( - show_id - list<show_seat_id> - user_id - ) - } - How will bookTicket() in TicketService work? - update show_seats - set status = LOCKED - where show_seat_id in () // City // Theatre // Auditorium // Seat // Show // Break till 10:42 PM