function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
laxmilaxmi 

database

which database does the salesforce use, how to retrive the values from the database
ckempckemp
It uses it's own internal database (Database as a Service) and you can use SOQL and SOSL queries to get to it.  I suggest you read the section starting from p.49 in the Apex Developer's Guide.