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

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1bb4ce6-2ff25.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1bb4ce6-2ff25.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?