Sql online

an anonymous user · July 09, 2024
create table project( 
    project_id int, 
    name varchar(50), 
    department_id int 
)
Output

Comments

Please sign up or log in to contribute to the discussion.