I want to convert this sql query to a relational alegbra, im new to this :))
sql query
SELECT * FROM Library WHERE libName='florence'
thank:))
EDIT: I deleted the view because it would still be the same thing.
I do not know what you mean by conversion to relational algebra. But in relational algebra this sentence will be:
In principle, an operation SELECTin a table Librarywith a condition.
SELECT
Library
this view matches the result:
Source: https://habr.com/ru/post/1777668/More articles:how to get images for ipad custom keyboard - uikeyboardMEF Exception Exception - mefDistance between lat / long points using the Haversin formula - geometryHow to open microphone properties window - windowsHow to configure sandbox protection in Rhino JavaScript engine - javaAssociation ASP.NET Script - javascriptUnderstanding Geocoding in Javascript - jqueryUITabBar Custom Colored Icons - ios4Unable to get cookie.ASPXAUTH value for login with PHP cURL - phpHow to restore the default button style - jqueryAll Articles