This prints the SQL Query in Laravel without a dynamic parameter passed to it.
DB::table('users')->toSql():
2. This prints the SQL Query in Laravel with the dynamic parameter passed to it.
DB::table('users')->toRawSql()