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
Felix Jong Seok ChaeFelix Jong Seok Chae 

Query after insert does not output the record

I have created a new account in the database, but 
query "select name from account" does not show this account in the developer console.
However, query "select name from account where name = 'nameOfNewRecord' " does show the correct result.
I used the second code snippet in: 
https://trailhead.salesforce.com/trails/force_com_dev_beginner/modules/apex_database/units/apex_database_soql

Thank you for your help in advance.
Mustafa JhabuawalaMustafa Jhabuawala
This seems weird. 

Can you please share the screen shots once. One with select name from account and one with select name from account where name = 'nameOfNewRecord'