Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
H

Hopeless Idealist

@Hopeless Idealist
About
Posts
1
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Why not to use NoSQL instead of RMDBS? (not Mongo)
    H Hopeless Idealist

    I can't understand why would you like to be forced to create another table for relations if you can just use smth like references in most languages. What is the point of such complexity? I would rather type:

    companies.First(cmpn=>cmpn.Name="Netflix").Employees.Avg(empl=>empl.Sal)

    then use relations:

    select * from companies join company_employess on ... join ... group by.. avg

    I found some NoSQL DBs like Couchbase and other alternatives but all the companies demand SQL-devs. Why is it the way it is? (I'm using ASP.NET 6 + Blazor)

    Database asp-net mongodb question csharp database
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups