What kind of database to use relational algebra

recently, I"m going to take relational algebra; that is, database principles; my first contact is an abstract sql statement (I don"t know if that"s right).

now I"d like to ask, what kind of database should the relational algebra of this way of writing: TT name (table) be executed in?

I can write sql directly in mysql, but I can"t write relational algebra there


Relational Algebra conceptualizes some database operations mathematically. Naturally, it is not used directly in the database

Menu