Closed agent-app-kapeltol[bot] closed 8 months ago
Write the SQL script to create a 'projects' table in SQL Server with 'id', 'project_name', 'description', 'created_date', 'user_id' columns. The 'id' column should be the primary key and 'user_id' should be the foreign key.
Write the SQL script to create a 'projects' table in SQL Server with 'id', 'project_name', 'description', 'created_date', 'user_id' columns. The 'id' column should be the primary key and 'user_id' should be the foreign key.